|
static HRESULT | create_document_fragment (nsIDOMNode *nsnode, HTMLDocumentNode *doc_node, HTMLDocumentNode **ret) |
|
HRESULT | get_doc_elem_by_id (HTMLDocumentNode *doc, const WCHAR *id, HTMLElement **ret) |
|
UINT | get_document_charset (HTMLDocumentNode *doc) |
|
static HTMLDocument * | impl_from_IHTMLDocument2 (IHTMLDocument2 *iface) |
|
static HRESULT WINAPI | HTMLDocument_QueryInterface (IHTMLDocument2 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLDocument_AddRef (IHTMLDocument2 *iface) |
|
static ULONG WINAPI | HTMLDocument_Release (IHTMLDocument2 *iface) |
|
static HRESULT WINAPI | HTMLDocument_GetTypeInfoCount (IHTMLDocument2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLDocument_GetTypeInfo (IHTMLDocument2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLDocument_GetIDsOfNames (IHTMLDocument2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLDocument_Invoke (IHTMLDocument2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLDocument_get_Script (IHTMLDocument2 *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLDocument_get_all (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_get_body (IHTMLDocument2 *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLDocument_get_activeElement (IHTMLDocument2 *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLDocument_get_images (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_get_applets (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_get_links (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_get_forms (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_get_anchors (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_put_title (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_title (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_scripts (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_put_designMode (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_designMode (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_selection (IHTMLDocument2 *iface, IHTMLSelectionObject **p) |
|
static HRESULT WINAPI | HTMLDocument_get_readyState (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_frames (IHTMLDocument2 *iface, IHTMLFramesCollection2 **p) |
|
static HRESULT WINAPI | HTMLDocument_get_embeds (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_get_plugins (IHTMLDocument2 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_put_alinkColor (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_alinkColor (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_bgColor (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_bgColor (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_fgColor (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_fgColor (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_linkColor (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_linkColor (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_vlinkColor (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_vlinkColor (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_get_referrer (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_location (IHTMLDocument2 *iface, IHTMLLocation **p) |
|
static HRESULT WINAPI | HTMLDocument_get_lastModified (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_put_URL (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_URL (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_put_domain (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_domain (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_put_cookie (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_cookie (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_put_expando (IHTMLDocument2 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLDocument_get_expando (IHTMLDocument2 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLDocument_put_charset (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_charset (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_put_defaultCharset (IHTMLDocument2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument_get_defaultCharset (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_mimeType (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_fileSize (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_fileCreatedDate (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_fileModifiedDate (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_fileUpdatedDate (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_security (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_protocol (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument_get_nameProp (IHTMLDocument2 *iface, BSTR *p) |
|
static HRESULT | document_write (HTMLDocument *This, SAFEARRAY *psarray, BOOL ln) |
|
static HRESULT WINAPI | HTMLDocument_write (IHTMLDocument2 *iface, SAFEARRAY *psarray) |
|
static HRESULT WINAPI | HTMLDocument_writeln (IHTMLDocument2 *iface, SAFEARRAY *psarray) |
|
static HRESULT WINAPI | HTMLDocument_open (IHTMLDocument2 *iface, BSTR url, VARIANT name, VARIANT features, VARIANT replace, IDispatch **pomWindowResult) |
|
static HRESULT WINAPI | HTMLDocument_close (IHTMLDocument2 *iface) |
|
static HRESULT WINAPI | HTMLDocument_clear (IHTMLDocument2 *iface) |
|
static BOOL | cmdid_from_string (const WCHAR *str, OLECMDID *cmdid) |
|
static HRESULT WINAPI | HTMLDocument_queryCommandSupported (IHTMLDocument2 *iface, BSTR cmdID, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_queryCommandEnabled (IHTMLDocument2 *iface, BSTR cmdID, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_queryCommandState (IHTMLDocument2 *iface, BSTR cmdID, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_queryCommandIndeterm (IHTMLDocument2 *iface, BSTR cmdID, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_queryCommandText (IHTMLDocument2 *iface, BSTR cmdID, BSTR *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_queryCommandValue (IHTMLDocument2 *iface, BSTR cmdID, VARIANT *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_execCommand (IHTMLDocument2 *iface, BSTR cmdID, VARIANT_BOOL showUI, VARIANT value, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_execCommandShowHelp (IHTMLDocument2 *iface, BSTR cmdID, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLDocument_createElement (IHTMLDocument2 *iface, BSTR eTag, IHTMLElement **newElem) |
|
static HRESULT WINAPI | HTMLDocument_put_onhelp (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onhelp (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onclick (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onclick (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_ondblclick (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_ondblclick (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onkeyup (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onkeyup (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onkeydown (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onkeydown (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onkeypress (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onkeypress (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onmouseup (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onmouseup (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onmousedown (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onmousedown (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onmousemove (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onmousemove (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onmouseout (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onmouseout (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onmouseover (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onmouseover (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onreadystatechange (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onreadystatechange (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onafterupdate (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onafterupdate (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onrowexit (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onrowexit (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onrowenter (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onrowenter (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_ondragstart (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_ondragstart (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onselectstart (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onselectstart (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_elementFromPoint (IHTMLDocument2 *iface, LONG x, LONG y, IHTMLElement **elementHit) |
|
static HRESULT WINAPI | HTMLDocument_get_parentWindow (IHTMLDocument2 *iface, IHTMLWindow2 **p) |
|
static HRESULT WINAPI | HTMLDocument_get_styleSheets (IHTMLDocument2 *iface, IHTMLStyleSheetsCollection **p) |
|
static HRESULT WINAPI | HTMLDocument_put_onbeforeupdate (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onbeforeupdate (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_put_onerrorupdate (IHTMLDocument2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument_get_onerrorupdate (IHTMLDocument2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument_toString (IHTMLDocument2 *iface, BSTR *String) |
|
static HRESULT WINAPI | HTMLDocument_createStyleSheet (IHTMLDocument2 *iface, BSTR bstrHref, LONG lIndex, IHTMLStyleSheet **ppnewStyleSheet) |
|
static HTMLDocument * | impl_from_IHTMLDocument3 (IHTMLDocument3 *iface) |
|
static HRESULT WINAPI | HTMLDocument3_QueryInterface (IHTMLDocument3 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLDocument3_AddRef (IHTMLDocument3 *iface) |
|
static ULONG WINAPI | HTMLDocument3_Release (IHTMLDocument3 *iface) |
|
static HRESULT WINAPI | HTMLDocument3_GetTypeInfoCount (IHTMLDocument3 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLDocument3_GetTypeInfo (IHTMLDocument3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLDocument3_GetIDsOfNames (IHTMLDocument3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLDocument3_Invoke (IHTMLDocument3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLDocument3_releaseCapture (IHTMLDocument3 *iface) |
|
static HRESULT WINAPI | HTMLDocument3_recalc (IHTMLDocument3 *iface, VARIANT_BOOL fForce) |
|
static HRESULT WINAPI | HTMLDocument3_createTextNode (IHTMLDocument3 *iface, BSTR text, IHTMLDOMNode **newTextNode) |
|
static HRESULT WINAPI | HTMLDocument3_get_documentElement (IHTMLDocument3 *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLDocument3_uniqueID (IHTMLDocument3 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument3_attachEvent (IHTMLDocument3 *iface, BSTR event, IDispatch *pDisp, VARIANT_BOOL *pfResult) |
|
static HRESULT WINAPI | HTMLDocument3_detachEvent (IHTMLDocument3 *iface, BSTR event, IDispatch *pDisp) |
|
static HRESULT WINAPI | HTMLDocument3_put_onrowsdelete (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_onrowsdelete (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_onrowsinserted (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_onrowsinserted (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_oncellchange (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_oncellchange (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_ondatasetchanged (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_ondatasetchanged (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_ondataavailable (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_ondataavailable (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_ondatasetcomplete (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_ondatasetcomplete (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_onpropertychange (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_onpropertychange (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_dir (IHTMLDocument3 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument3_get_dir (IHTMLDocument3 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_oncontextmenu (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_oncontextmenu (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_onstop (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_onstop (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_createDocumentFragment (IHTMLDocument3 *iface, IHTMLDocument2 **ppNewDoc) |
|
static HRESULT WINAPI | HTMLDocument3_get_parentDocument (IHTMLDocument3 *iface, IHTMLDocument2 **p) |
|
static HRESULT WINAPI | HTMLDocument3_put_enableDownload (IHTMLDocument3 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLDocument3_get_enableDownload (IHTMLDocument3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_baseUrl (IHTMLDocument3 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument3_get_baseUrl (IHTMLDocument3 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument3_get_childNodes (IHTMLDocument3 *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLDocument3_put_inheritStyleSheets (IHTMLDocument3 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLDocument3_get_inheritStyleSheets (IHTMLDocument3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLDocument3_put_onbeforeeditfocus (IHTMLDocument3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument3_get_onbeforeeditfocus (IHTMLDocument3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument3_getElementsByName (IHTMLDocument3 *iface, BSTR v, IHTMLElementCollection **ppelColl) |
|
static HRESULT WINAPI | HTMLDocument3_getElementById (IHTMLDocument3 *iface, BSTR v, IHTMLElement **pel) |
|
static HRESULT WINAPI | HTMLDocument3_getElementsByTagName (IHTMLDocument3 *iface, BSTR v, IHTMLElementCollection **pelColl) |
|
static HTMLDocument * | impl_from_IHTMLDocument4 (IHTMLDocument4 *iface) |
|
static HRESULT WINAPI | HTMLDocument4_QueryInterface (IHTMLDocument4 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLDocument4_AddRef (IHTMLDocument4 *iface) |
|
static ULONG WINAPI | HTMLDocument4_Release (IHTMLDocument4 *iface) |
|
static HRESULT WINAPI | HTMLDocument4_GetTypeInfoCount (IHTMLDocument4 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLDocument4_GetTypeInfo (IHTMLDocument4 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLDocument4_GetIDsOfNames (IHTMLDocument4 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLDocument4_Invoke (IHTMLDocument4 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLDocument4_focus (IHTMLDocument4 *iface) |
|
static HRESULT WINAPI | HTMLDocument4_hasFocus (IHTMLDocument4 *iface, VARIANT_BOOL *pfFocus) |
|
static HRESULT WINAPI | HTMLDocument4_put_onselectionchange (IHTMLDocument4 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument4_get_onselectionchange (IHTMLDocument4 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument4_get_namespace (IHTMLDocument4 *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLDocument4_createDocumentFromUrl (IHTMLDocument4 *iface, BSTR bstrUrl, BSTR bstrOptions, IHTMLDocument2 **newDoc) |
|
static HRESULT WINAPI | HTMLDocument4_put_media (IHTMLDocument4 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument4_get_media (IHTMLDocument4 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument4_createEventObject (IHTMLDocument4 *iface, VARIANT *pvarEventObject, IHTMLEventObj **ppEventObj) |
|
static HRESULT WINAPI | HTMLDocument4_fireEvent (IHTMLDocument4 *iface, BSTR bstrEventName, VARIANT *pvarEventObject, VARIANT_BOOL *pfCanceled) |
|
static HRESULT WINAPI | HTMLDocument4_createRenderStyle (IHTMLDocument4 *iface, BSTR v, IHTMLRenderStyle **ppIHTMLRenderStyle) |
|
static HRESULT WINAPI | HTMLDocument4_put_oncontrolselect (IHTMLDocument4 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument4_get_oncontrolselect (IHTMLDocument4 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument4_get_URLEncoded (IHTMLDocument4 *iface, BSTR *p) |
|
static HTMLDocument * | impl_from_IHTMLDocument5 (IHTMLDocument5 *iface) |
|
static HRESULT WINAPI | HTMLDocument5_QueryInterface (IHTMLDocument5 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLDocument5_AddRef (IHTMLDocument5 *iface) |
|
static ULONG WINAPI | HTMLDocument5_Release (IHTMLDocument5 *iface) |
|
static HRESULT WINAPI | HTMLDocument5_GetTypeInfoCount (IHTMLDocument5 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLDocument5_GetTypeInfo (IHTMLDocument5 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLDocument5_GetIDsOfNames (IHTMLDocument5 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLDocument5_Invoke (IHTMLDocument5 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLDocument5_put_onmousewheel (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_onmousewheel (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_get_doctype (IHTMLDocument5 *iface, IHTMLDOMNode **p) |
|
static HRESULT WINAPI | HTMLDocument5_get_implementation (IHTMLDocument5 *iface, IHTMLDOMImplementation **p) |
|
static HRESULT WINAPI | HTMLDocument5_createAttribute (IHTMLDocument5 *iface, BSTR bstrattrName, IHTMLDOMAttribute **ppattribute) |
|
static HRESULT WINAPI | HTMLDocument5_createComment (IHTMLDocument5 *iface, BSTR bstrdata, IHTMLDOMNode **ppRetNode) |
|
static HRESULT WINAPI | HTMLDocument5_put_onfocusin (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_onfocusin (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_put_onfocusout (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_onfocusout (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_put_onactivate (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_onactivate (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_put_ondeactivate (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_ondeactivate (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_put_onbeforeactivate (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_onbeforeactivate (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_put_onbeforedeactivate (IHTMLDocument5 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument5_get_onbeforedeactivate (IHTMLDocument5 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument5_get_compatMode (IHTMLDocument5 *iface, BSTR *p) |
|
static HTMLDocument * | impl_from_IHTMLDocument6 (IHTMLDocument6 *iface) |
|
static HRESULT WINAPI | HTMLDocument6_QueryInterface (IHTMLDocument6 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLDocument6_AddRef (IHTMLDocument6 *iface) |
|
static ULONG WINAPI | HTMLDocument6_Release (IHTMLDocument6 *iface) |
|
static HRESULT WINAPI | HTMLDocument6_GetTypeInfoCount (IHTMLDocument6 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLDocument6_GetTypeInfo (IHTMLDocument6 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLDocument6_GetIDsOfNames (IHTMLDocument6 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLDocument6_Invoke (IHTMLDocument6 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLDocument6_get_compatible (IHTMLDocument6 *iface, IHTMLDocumentCompatibleInfoCollection **p) |
|
static HRESULT WINAPI | HTMLDocument6_get_documentMode (IHTMLDocument6 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument6_get_onstorage (IHTMLDocument6 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument6_put_onstorage (IHTMLDocument6 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument6_get_onstoragecommit (IHTMLDocument6 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument6_put_onstoragecommit (IHTMLDocument6 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument6_getElementById (IHTMLDocument6 *iface, BSTR bstrId, IHTMLElement2 **p) |
|
static HRESULT WINAPI | HTMLDocument6_updateSettings (IHTMLDocument6 *iface) |
|
static HTMLDocument * | impl_from_IHTMLDocument7 (IHTMLDocument7 *iface) |
|
static HRESULT WINAPI | HTMLDocument7_QueryInterface (IHTMLDocument7 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLDocument7_AddRef (IHTMLDocument7 *iface) |
|
static ULONG WINAPI | HTMLDocument7_Release (IHTMLDocument7 *iface) |
|
static HRESULT WINAPI | HTMLDocument7_GetTypeInfoCount (IHTMLDocument7 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLDocument7_GetTypeInfo (IHTMLDocument7 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLDocument7_GetIDsOfNames (IHTMLDocument7 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLDocument7_Invoke (IHTMLDocument7 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLDocument7_get_defaultView (IHTMLDocument7 *iface, IHTMLWindow2 **p) |
|
static HRESULT WINAPI | HTMLDocument7_createCDATASection (IHTMLDocument7 *iface, BSTR text, IHTMLDOMNode **newCDATASectionNode) |
|
static HRESULT WINAPI | HTMLDocument7_getSelection (IHTMLDocument7 *iface, IHTMLSelection **ppIHTMLSelection) |
|
static HRESULT WINAPI | HTMLDocument7_getElementsByTagNameNS (IHTMLDocument7 *iface, VARIANT *pvarNS, BSTR bstrLocalName, IHTMLElementCollection **pelColl) |
|
static HRESULT WINAPI | HTMLDocument7_createElementNS (IHTMLDocument7 *iface, VARIANT *pvarNS, BSTR bstrTag, IHTMLElement **newElem) |
|
static HRESULT WINAPI | HTMLDocument7_createAttributeNS (IHTMLDocument7 *iface, VARIANT *pvarNS, BSTR bstrAttrName, IHTMLDOMAttribute **ppAttribute) |
|
static HRESULT WINAPI | HTMLDocument7_put_onmsthumbnailclick (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onmsthumbnailclick (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_get_characterSet (IHTMLDocument7 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument7_createElement (IHTMLDocument7 *iface, BSTR bstrTag, IHTMLElement **newElem) |
|
static HRESULT WINAPI | HTMLDocument7_createAttribute (IHTMLDocument7 *iface, BSTR bstrAttrName, IHTMLDOMAttribute **ppAttribute) |
|
static HRESULT WINAPI | HTMLDocument7_getElementByClassName (IHTMLDocument7 *iface, BSTR v, IHTMLElementCollection **pel) |
|
static HRESULT WINAPI | HTMLDocument7_createProcessingInstruction (IHTMLDocument7 *iface, BSTR target, BSTR data, IDOMProcessingInstruction **newProcessingInstruction) |
|
static HRESULT WINAPI | HTMLDocument7_adoptNode (IHTMLDocument7 *iface, IHTMLDOMNode *pNodeSource, IHTMLDOMNode3 **ppNodeDest) |
|
static HRESULT WINAPI | HTMLDocument7_put_onmssitemodejumplistitemremoved (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onmssitemodejumplistitemremoved (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_get_all (IHTMLDocument7 *iface, IHTMLElementCollection **p) |
|
static HRESULT WINAPI | HTMLDocument7_get_inputEncoding (IHTMLDocument7 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument7_get_xmlEncoding (IHTMLDocument7 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_xmlStandalone (IHTMLDocument7 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLDocument7_get_xmlStandalone (IHTMLDocument7 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_xmlVersion (IHTMLDocument7 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLDocument7_get_xmlVersion (IHTMLDocument7 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLDocument7_hasAttributes (IHTMLDocument7 *iface, VARIANT_BOOL *pfHasAttributes) |
|
static HRESULT WINAPI | HTMLDocument7_put_onabort (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onabort (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onblur (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onblur (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_oncanplay (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_oncanplay (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_oncanplaythrough (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_oncanplaythrough (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onchange (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onchange (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondrag (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondrag (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondragend (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondragend (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondragenter (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondragenter (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondragleave (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondragleave (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondragover (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondragover (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondrop (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondrop (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ondurationchange (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ondurationchange (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onemptied (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onemptied (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onended (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onended (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onerror (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onerror (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onfocus (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onfocus (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_oninput (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_oninput (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onload (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onload (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onloadeddata (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onloadeddata (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onloadedmetadata (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onloadedmetadata (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onloadstart (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onloadstart (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onpause (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onpause (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onplay (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onplay (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onplaying (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onplaying (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onprogress (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onprogress (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onratechange (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onratechange (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onreset (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onreset (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onscroll (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onscroll (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onseekend (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onseekend (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onseeking (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onseeking (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onselect (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onselect (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onstalled (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onstalled (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onsubmit (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onsubmit (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onsuspend (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onsuspend (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_ontimeupdate (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_ontimeupdate (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onvolumechange (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onvolumechange (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_put_onwaiting (IHTMLDocument7 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLDocument7_get_onwaiting (IHTMLDocument7 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLDocument7_normalize (IHTMLDocument7 *iface) |
|
static HRESULT WINAPI | HTMLDocument7_importNode (IHTMLDocument7 *iface, IHTMLDOMNode *pNodeSource, VARIANT_BOOL fDeep, IHTMLDOMNode3 **ppNodeDest) |
|
static HRESULT WINAPI | HTMLDocument7_get_parentWindow (IHTMLDocument7 *iface, IHTMLWindow2 **p) |
|
static HRESULT WINAPI | HTMLDocument7_put_body (IHTMLDocument7 *iface, IHTMLElement *v) |
|
static HRESULT WINAPI | HTMLDocument7_get_body (IHTMLDocument7 *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLDocument7_get_head (IHTMLDocument7 *iface, IHTMLElement **p) |
|
static void | HTMLDocument_on_advise (IUnknown *iface, cp_static_data_t *cp) |
|
static HTMLDocument * | impl_from_ISupportErrorInfo (ISupportErrorInfo *iface) |
|
static HRESULT WINAPI | SupportErrorInfo_QueryInterface (ISupportErrorInfo *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SupportErrorInfo_AddRef (ISupportErrorInfo *iface) |
|
static ULONG WINAPI | SupportErrorInfo_Release (ISupportErrorInfo *iface) |
|
static HRESULT WINAPI | SupportErrorInfo_InterfaceSupportsErrorInfo (ISupportErrorInfo *iface, REFIID riid) |
|
static HTMLDocument * | impl_from_IDispatchEx (IDispatchEx *iface) |
|
static HRESULT | dispid_from_elem_name (HTMLDocumentNode *This, BSTR name, DISPID *dispid) |
|
static HRESULT WINAPI | DocDispatchEx_QueryInterface (IDispatchEx *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | DocDispatchEx_AddRef (IDispatchEx *iface) |
|
static ULONG WINAPI | DocDispatchEx_Release (IDispatchEx *iface) |
|
static HRESULT WINAPI | DocDispatchEx_GetTypeInfoCount (IDispatchEx *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | DocDispatchEx_GetTypeInfo (IDispatchEx *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | DocDispatchEx_GetIDsOfNames (IDispatchEx *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | DocDispatchEx_Invoke (IDispatchEx *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | DocDispatchEx_GetDispID (IDispatchEx *iface, BSTR bstrName, DWORD grfdex, DISPID *pid) |
|
static HRESULT WINAPI | DocDispatchEx_InvokeEx (IDispatchEx *iface, DISPID id, LCID lcid, WORD wFlags, DISPPARAMS *pdp, VARIANT *pvarRes, EXCEPINFO *pei, IServiceProvider *pspCaller) |
|
static HRESULT WINAPI | DocDispatchEx_DeleteMemberByName (IDispatchEx *iface, BSTR bstrName, DWORD grfdex) |
|
static HRESULT WINAPI | DocDispatchEx_DeleteMemberByDispID (IDispatchEx *iface, DISPID id) |
|
static HRESULT WINAPI | DocDispatchEx_GetMemberProperties (IDispatchEx *iface, DISPID id, DWORD grfdexFetch, DWORD *pgrfdex) |
|
static HRESULT WINAPI | DocDispatchEx_GetMemberName (IDispatchEx *iface, DISPID id, BSTR *pbstrName) |
|
static HRESULT WINAPI | DocDispatchEx_GetNextDispID (IDispatchEx *iface, DWORD grfdex, DISPID id, DISPID *pid) |
|
static HRESULT WINAPI | DocDispatchEx_GetNameSpaceParent (IDispatchEx *iface, IUnknown **ppunk) |
|
static HTMLDocument * | impl_from_IProvideClassInfo (IProvideClassInfo *iface) |
|
static HRESULT WINAPI | ProvideClassInfo_QueryInterface (IProvideClassInfo *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | ProvideClassInfo_AddRef (IProvideClassInfo *iface) |
|
static ULONG WINAPI | ProvideClassInfo_Release (IProvideClassInfo *iface) |
|
static HRESULT WINAPI | ProvideClassInfo_GetClassInfo (IProvideClassInfo *iface, ITypeInfo **ppTI) |
|
static BOOL | htmldoc_qi (HTMLDocument *This, REFIID riid, void **ppv) |
|
static void | init_doc (HTMLDocument *doc, IUnknown *unk_impl, IDispatchEx *dispex) |
|
static void | destroy_htmldoc (HTMLDocument *This) |
|
static HTMLDocumentNode * | impl_from_HTMLDOMNode (HTMLDOMNode *iface) |
|
static HRESULT | HTMLDocumentNode_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
|
static void | HTMLDocumentNode_destructor (HTMLDOMNode *iface) |
|
static HRESULT | HTMLDocumentNode_clone (HTMLDOMNode *iface, nsIDOMNode *nsnode, HTMLDOMNode **ret) |
|
static void | HTMLDocumentNode_traverse (HTMLDOMNode *iface, nsCycleCollectionTraversalCallback *cb) |
|
static void | HTMLDocumentNode_unlink (HTMLDOMNode *iface) |
|
static HRESULT | HTMLDocumentFragment_clone (HTMLDOMNode *iface, nsIDOMNode *nsnode, HTMLDOMNode **ret) |
|
static HTMLDocumentNode * | impl_from_DispatchEx (DispatchEx *iface) |
|
static HRESULT | HTMLDocumentNode_invoke (DispatchEx *dispex, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
|
static void | HTMLDocumentNode_bind_event (DispatchEx *dispex, int eid) |
|
static HTMLDocumentNode * | alloc_doc_node (HTMLDocumentObj *doc_obj, HTMLInnerWindow *window) |
|
HRESULT | create_doc_from_nsdoc (nsIDOMHTMLDocument *nsdoc, HTMLDocumentObj *doc_obj, HTMLInnerWindow *window, HTMLDocumentNode **ret) |
|
static HTMLDocumentObj * | impl_from_ICustomDoc (ICustomDoc *iface) |
|
static HRESULT WINAPI | CustomDoc_QueryInterface (ICustomDoc *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | CustomDoc_AddRef (ICustomDoc *iface) |
|
static ULONG WINAPI | CustomDoc_Release (ICustomDoc *iface) |
|
static HRESULT WINAPI | CustomDoc_SetUIHandler (ICustomDoc *iface, IDocHostUIHandler *pUIHandler) |
|
HRESULT | HTMLDocument_Create (IUnknown *pUnkOuter, REFIID riid, void **ppvObject) |
|