|
static const tag_desc_t * | get_tag_desc (const WCHAR *tag_name) |
|
HRESULT | replace_node_by_html (nsIDOMHTMLDocument *nsdoc, nsIDOMNode *nsnode, const WCHAR *html) |
|
nsresult | get_elem_attr_value (nsIDOMHTMLElement *nselem, const WCHAR *name, nsAString *val_str, const PRUnichar **val) |
|
HRESULT | elem_string_attr_getter (HTMLElement *elem, const WCHAR *name, BOOL use_null, BSTR *p) |
|
HRESULT | elem_string_attr_setter (HTMLElement *elem, const WCHAR *name, const WCHAR *value) |
|
HRESULT | get_readystate_string (READYSTATE readystate, BSTR *p) |
|
static HTMLFiltersCollection * | impl_from_IHTMLFiltersCollection (IHTMLFiltersCollection *iface) |
|
static IHTMLFiltersCollection * | HTMLFiltersCollection_Create (void) |
|
static HTMLElement * | impl_from_IHTMLElement (IHTMLElement *iface) |
|
HRESULT | create_nselem (HTMLDocumentNode *doc, const WCHAR *tag, nsIDOMHTMLElement **ret) |
|
HRESULT | create_element (HTMLDocumentNode *doc, const WCHAR *tag, HTMLElement **ret) |
|
static HTMLRect * | impl_from_IHTMLRect (IHTMLRect *iface) |
|
static HRESULT WINAPI | HTMLRect_QueryInterface (IHTMLRect *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLRect_AddRef (IHTMLRect *iface) |
|
static ULONG WINAPI | HTMLRect_Release (IHTMLRect *iface) |
|
static HRESULT WINAPI | HTMLRect_GetTypeInfoCount (IHTMLRect *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLRect_GetTypeInfo (IHTMLRect *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLRect_GetIDsOfNames (IHTMLRect *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLRect_Invoke (IHTMLRect *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLRect_put_left (IHTMLRect *iface, LONG v) |
|
static HRESULT WINAPI | HTMLRect_get_left (IHTMLRect *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLRect_put_top (IHTMLRect *iface, LONG v) |
|
static HRESULT WINAPI | HTMLRect_get_top (IHTMLRect *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLRect_put_right (IHTMLRect *iface, LONG v) |
|
static HRESULT WINAPI | HTMLRect_get_right (IHTMLRect *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLRect_put_bottom (IHTMLRect *iface, LONG v) |
|
static HRESULT WINAPI | HTMLRect_get_bottom (IHTMLRect *iface, LONG *p) |
|
static HRESULT | create_html_rect (nsIDOMClientRect *nsrect, IHTMLRect **ret) |
|
static HRESULT WINAPI | HTMLElement_QueryInterface (IHTMLElement *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLElement_AddRef (IHTMLElement *iface) |
|
static ULONG WINAPI | HTMLElement_Release (IHTMLElement *iface) |
|
static HRESULT WINAPI | HTMLElement_GetTypeInfoCount (IHTMLElement *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLElement_GetTypeInfo (IHTMLElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLElement_GetIDsOfNames (IHTMLElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLElement_Invoke (IHTMLElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLElement_setAttribute (IHTMLElement *iface, BSTR strAttributeName, VARIANT AttributeValue, LONG lFlags) |
|
HRESULT | get_elem_attr_value_by_dispid (HTMLElement *elem, DISPID dispid, DWORD flags, VARIANT *ret) |
|
static HRESULT WINAPI | HTMLElement_getAttribute (IHTMLElement *iface, BSTR strAttributeName, LONG lFlags, VARIANT *AttributeValue) |
|
static HRESULT WINAPI | HTMLElement_removeAttribute (IHTMLElement *iface, BSTR strAttributeName, LONG lFlags, VARIANT_BOOL *pfSuccess) |
|
static HRESULT WINAPI | HTMLElement_put_className (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_className (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_put_id (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_id (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_get_tagName (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_get_parentElement (IHTMLElement *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLElement_get_style (IHTMLElement *iface, IHTMLStyle **p) |
|
static HRESULT WINAPI | HTMLElement_put_onhelp (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onhelp (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onclick (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onclick (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_ondblclick (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_ondblclick (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onkeydown (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onkeydown (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onkeyup (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onkeyup (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onkeypress (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onkeypress (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onmouseout (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onmouseout (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onmouseover (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onmouseover (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onmousemove (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onmousemove (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onmousedown (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onmousedown (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onmouseup (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onmouseup (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_get_document (IHTMLElement *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLElement_put_title (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_title (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_put_language (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_language (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_put_onselectstart (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onselectstart (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_scrollIntoView (IHTMLElement *iface, VARIANT varargStart) |
|
static HRESULT WINAPI | HTMLElement_contains (IHTMLElement *iface, IHTMLElement *pChild, VARIANT_BOOL *pfResult) |
|
static HRESULT WINAPI | HTMLElement_get_sourceIndex (IHTMLElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement_get_recordNumber (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_lang (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_lang (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_get_offsetLeft (IHTMLElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement_get_offsetTop (IHTMLElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement_get_offsetWidth (IHTMLElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement_get_offsetHeight (IHTMLElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement_get_offsetParent (IHTMLElement *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLElement_put_innerHTML (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_innerHTML (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_put_innerText (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_innerText (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_put_outerHTML (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_outerHTML (IHTMLElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement_put_outerText (IHTMLElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement_get_outerText (IHTMLElement *iface, BSTR *p) |
|
static HRESULT | insert_adjacent_node (HTMLElement *This, const WCHAR *where, nsIDOMNode *nsnode, HTMLDOMNode **ret_node) |
|
static HRESULT WINAPI | HTMLElement_insertAdjacentHTML (IHTMLElement *iface, BSTR where, BSTR html) |
|
static HRESULT WINAPI | HTMLElement_insertAdjacentText (IHTMLElement *iface, BSTR where, BSTR text) |
|
static HRESULT WINAPI | HTMLElement_get_parentTextEdit (IHTMLElement *iface, IHTMLElement **p) |
|
static HRESULT WINAPI | HTMLElement_get_isTextEdit (IHTMLElement *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement_click (IHTMLElement *iface) |
|
static HRESULT WINAPI | HTMLElement_get_filters (IHTMLElement *iface, IHTMLFiltersCollection **p) |
|
static HRESULT WINAPI | HTMLElement_put_ondragstart (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_ondragstart (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_toString (IHTMLElement *iface, BSTR *String) |
|
static HRESULT WINAPI | HTMLElement_put_onbeforeupdate (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onbeforeupdate (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onafterupdate (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onafterupdate (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onerrorupdate (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onerrorupdate (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onrowexit (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onrowexit (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onrowenter (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onrowenter (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_ondatasetchanged (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_ondatasetchanged (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_ondataavailable (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_ondataavailable (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_ondatasetcomplete (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_ondatasetcomplete (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_put_onfilterchange (IHTMLElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement_get_onfilterchange (IHTMLElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement_get_children (IHTMLElement *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLElement_get_all (IHTMLElement *iface, IDispatch **p) |
|
HTMLElement * | unsafe_impl_from_IHTMLElement (IHTMLElement *iface) |
|
static HTMLElement * | impl_from_IHTMLElement2 (IHTMLElement2 *iface) |
|
static HRESULT WINAPI | HTMLElement2_QueryInterface (IHTMLElement2 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLElement2_AddRef (IHTMLElement2 *iface) |
|
static ULONG WINAPI | HTMLElement2_Release (IHTMLElement2 *iface) |
|
static HRESULT WINAPI | HTMLElement2_GetTypeInfoCount (IHTMLElement2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLElement2_GetTypeInfo (IHTMLElement2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLElement2_GetIDsOfNames (IHTMLElement2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLElement2_Invoke (IHTMLElement2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLElement2_get_scopeName (IHTMLElement2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement2_setCapture (IHTMLElement2 *iface, VARIANT_BOOL containerCapture) |
|
static HRESULT WINAPI | HTMLElement2_releaseCapture (IHTMLElement2 *iface) |
|
static HRESULT WINAPI | HTMLElement2_put_onlosecapture (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onlosecapture (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_componentFromPoint (IHTMLElement2 *iface, LONG x, LONG y, BSTR *component) |
|
static HRESULT WINAPI | HTMLElement2_doScroll (IHTMLElement2 *iface, VARIANT component) |
|
static HRESULT WINAPI | HTMLElement2_put_onscroll (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onscroll (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_ondrag (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_ondrag (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_ondragend (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_ondragend (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_ondragenter (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_ondragenter (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_ondragover (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_ondragover (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_ondragleave (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_ondragleave (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_ondrop (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_ondrop (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onbeforecut (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onbeforecut (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_oncut (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_oncut (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onbeforecopy (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onbeforecopy (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_oncopy (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_oncopy (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onbeforepaste (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onbeforepaste (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onpaste (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onpaste (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_get_currentStyle (IHTMLElement2 *iface, IHTMLCurrentStyle **p) |
|
static HRESULT WINAPI | HTMLElement2_put_onpropertychange (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onpropertychange (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_getClientRects (IHTMLElement2 *iface, IHTMLRectCollection **pRectCol) |
|
static HRESULT WINAPI | HTMLElement2_getBoundingClientRect (IHTMLElement2 *iface, IHTMLRect **pRect) |
|
static HRESULT WINAPI | HTMLElement2_setExpression (IHTMLElement2 *iface, BSTR propname, BSTR expression, BSTR language) |
|
static HRESULT WINAPI | HTMLElement2_getExpression (IHTMLElement2 *iface, BSTR propname, VARIANT *expression) |
|
static HRESULT WINAPI | HTMLElement2_removeExpression (IHTMLElement2 *iface, BSTR propname, VARIANT_BOOL *pfSuccess) |
|
static HRESULT WINAPI | HTMLElement2_put_tabIndex (IHTMLElement2 *iface, short v) |
|
static HRESULT WINAPI | HTMLElement2_get_tabIndex (IHTMLElement2 *iface, short *p) |
|
static HRESULT WINAPI | HTMLElement2_focus (IHTMLElement2 *iface) |
|
static HRESULT WINAPI | HTMLElement2_put_accessKey (IHTMLElement2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement2_get_accessKey (IHTMLElement2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onblur (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onblur (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onfocus (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onfocus (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onresize (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onresize (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_blur (IHTMLElement2 *iface) |
|
static HRESULT WINAPI | HTMLElement2_addFilter (IHTMLElement2 *iface, IUnknown *pUnk) |
|
static HRESULT WINAPI | HTMLElement2_removeFilter (IHTMLElement2 *iface, IUnknown *pUnk) |
|
static HRESULT WINAPI | HTMLElement2_get_clientHeight (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_get_clientWidth (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_get_clientTop (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_get_clientLeft (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_attachEvent (IHTMLElement2 *iface, BSTR event, IDispatch *pDisp, VARIANT_BOOL *pfResult) |
|
static HRESULT WINAPI | HTMLElement2_detachEvent (IHTMLElement2 *iface, BSTR event, IDispatch *pDisp) |
|
static HRESULT WINAPI | HTMLElement2_get_readyState (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onreadystatechange (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onreadystatechange (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onrowsdelete (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onrowsdelete (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onrowsinserted (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_onrowsinserted (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_oncellchange (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_oncellchange (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_put_dir (IHTMLElement2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement2_get_dir (IHTMLElement2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement2_createControlRange (IHTMLElement2 *iface, IDispatch **range) |
|
static HRESULT WINAPI | HTMLElement2_get_scrollHeight (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_get_scrollWidth (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_put_scrollTop (IHTMLElement2 *iface, LONG v) |
|
static HRESULT WINAPI | HTMLElement2_get_scrollTop (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_put_scrollLeft (IHTMLElement2 *iface, LONG v) |
|
static HRESULT WINAPI | HTMLElement2_get_scrollLeft (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_clearAttributes (IHTMLElement2 *iface) |
|
static HRESULT WINAPI | HTMLElement2_mergeAttributes (IHTMLElement2 *iface, IHTMLElement *mergeThis) |
|
static HRESULT WINAPI | HTMLElement2_put_oncontextmenu (IHTMLElement2 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement2_get_oncontextmenu (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_insertAdjacentElement (IHTMLElement2 *iface, BSTR where, IHTMLElement *insertedElement, IHTMLElement **inserted) |
|
static HRESULT WINAPI | HTMLElement2_applyElement (IHTMLElement2 *iface, IHTMLElement *apply, BSTR where, IHTMLElement **applied) |
|
static HRESULT WINAPI | HTMLElement2_getAdjacentText (IHTMLElement2 *iface, BSTR where, BSTR *text) |
|
static HRESULT WINAPI | HTMLElement2_replaceAdjacentText (IHTMLElement2 *iface, BSTR where, BSTR newText, BSTR *oldText) |
|
static HRESULT WINAPI | HTMLElement2_get_canHandleChildren (IHTMLElement2 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement2_addBehavior (IHTMLElement2 *iface, BSTR bstrUrl, VARIANT *pvarFactory, LONG *pCookie) |
|
static HRESULT WINAPI | HTMLElement2_removeBehavior (IHTMLElement2 *iface, LONG cookie, VARIANT_BOOL *pfResult) |
|
static HRESULT WINAPI | HTMLElement2_get_runtimeStyle (IHTMLElement2 *iface, IHTMLStyle **p) |
|
static HRESULT WINAPI | HTMLElement2_get_behaviorUrns (IHTMLElement2 *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLElement2_put_tagUrn (IHTMLElement2 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement2_get_tagUrn (IHTMLElement2 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement2_put_onbeforeeditfocus (IHTMLElement2 *iface, VARIANT vv) |
|
static HRESULT WINAPI | HTMLElement2_get_onbeforeeditfocus (IHTMLElement2 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement2_get_readyStateValue (IHTMLElement2 *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLElement2_getElementsByTagName (IHTMLElement2 *iface, BSTR v, IHTMLElementCollection **pelColl) |
|
static HTMLElement * | impl_from_IHTMLElement3 (IHTMLElement3 *iface) |
|
static HRESULT WINAPI | HTMLElement3_QueryInterface (IHTMLElement3 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLElement3_AddRef (IHTMLElement3 *iface) |
|
static ULONG WINAPI | HTMLElement3_Release (IHTMLElement3 *iface) |
|
static HRESULT WINAPI | HTMLElement3_GetTypeInfoCount (IHTMLElement3 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLElement3_GetTypeInfo (IHTMLElement3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLElement3_GetIDsOfNames (IHTMLElement3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLElement3_Invoke (IHTMLElement3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLElement3_mergeAttributes (IHTMLElement3 *iface, IHTMLElement *mergeThis, VARIANT *pvarFlags) |
|
static HRESULT WINAPI | HTMLElement3_get_isMultiLine (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_get_canHaveHTML (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onlayoutcomplete (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onlayoutcomplete (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onpage (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onpage (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_inflateBlock (IHTMLElement3 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLElement3_get_inflateBlock (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onbeforedeactivate (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onbeforedeactivate (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_setActive (IHTMLElement3 *iface) |
|
static HRESULT WINAPI | HTMLElement3_put_contentEditable (IHTMLElement3 *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLElement3_get_contentEditable (IHTMLElement3 *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLElement3_get_isContentEditable (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_put_hideFocus (IHTMLElement3 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLElement3_get_hideFocus (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_put_disabled (IHTMLElement3 *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLElement3_get_disabled (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_get_isDisabled (IHTMLElement3 *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onmove (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onmove (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_oncontrolselect (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_oncontrolselect (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_fireEvent (IHTMLElement3 *iface, BSTR bstrEventName, VARIANT *pvarEventObject, VARIANT_BOOL *pfCancelled) |
|
static HRESULT WINAPI | HTMLElement3_put_onresizestart (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onresizestart (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onresizeend (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onresizeend (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onmovestart (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onmovestart (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onmoveend (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onmoveend (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onmousecenter (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onmousecenter (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onmouseleave (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onmouseleave (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_onactivate (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_onactivate (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_put_ondeactivate (IHTMLElement3 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement3_get_ondeactivate (IHTMLElement3 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement3_dragDrop (IHTMLElement3 *iface, VARIANT_BOOL *pfRet) |
|
static HRESULT WINAPI | HTMLElement3_get_glyphMode (IHTMLElement3 *iface, LONG *p) |
|
static HTMLElement * | impl_from_IHTMLElement4 (IHTMLElement4 *iface) |
|
static HRESULT WINAPI | HTMLElement4_QueryInterface (IHTMLElement4 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLElement4_AddRef (IHTMLElement4 *iface) |
|
static ULONG WINAPI | HTMLElement4_Release (IHTMLElement4 *iface) |
|
static HRESULT WINAPI | HTMLElement4_GetTypeInfoCount (IHTMLElement4 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLElement4_GetTypeInfo (IHTMLElement4 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLElement4_GetIDsOfNames (IHTMLElement4 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLElement4_Invoke (IHTMLElement4 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLElement4_put_onmousewheel (IHTMLElement4 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement4_get_onmousewheel (IHTMLElement4 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement4_normalize (IHTMLElement4 *iface) |
|
static HRESULT WINAPI | HTMLElement4_getAttributeNode (IHTMLElement4 *iface, BSTR bstrname, IHTMLDOMAttribute **ppAttribute) |
|
static HRESULT WINAPI | HTMLElement4_setAttributeNode (IHTMLElement4 *iface, IHTMLDOMAttribute *pattr, IHTMLDOMAttribute **ppretAttribute) |
|
static HRESULT WINAPI | HTMLElement4_removeAttributeNode (IHTMLElement4 *iface, IHTMLDOMAttribute *pattr, IHTMLDOMAttribute **ppretAttribute) |
|
static HRESULT WINAPI | HTMLElement4_put_onbeforeactivate (IHTMLElement4 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement4_get_onbeforeactivate (IHTMLElement4 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement4_put_onfocusin (IHTMLElement4 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement4_get_onfocusin (IHTMLElement4 *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLElement4_put_onfocusout (IHTMLElement4 *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLElement4_get_onfocusout (IHTMLElement4 *iface, VARIANT *p) |
|
static HTMLElement * | impl_from_HTMLDOMNode (HTMLDOMNode *iface) |
|
HRESULT | HTMLElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
|
void | HTMLElement_destructor (HTMLDOMNode *iface) |
|
HRESULT | HTMLElement_clone (HTMLDOMNode *iface, nsIDOMNode *nsnode, HTMLDOMNode **ret) |
|
HRESULT | HTMLElement_handle_event (HTMLDOMNode *iface, DWORD eid, nsIDOMEvent *event, BOOL *prevent_default) |
|
static HTMLElement * | impl_from_DispatchEx (DispatchEx *iface) |
|
static HRESULT | HTMLElement_get_dispid (DispatchEx *dispex, BSTR name, DWORD grfdex, DISPID *pid) |
|
static HRESULT | HTMLElement_invoke (DispatchEx *dispex, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
|
static HRESULT | HTMLElement_populate_props (DispatchEx *dispex) |
|
static event_target_t ** | HTMLElement_get_event_target_ptr (DispatchEx *dispex) |
|
static void | HTMLElement_bind_event (DispatchEx *dispex, int eid) |
|
void | HTMLElement_Init (HTMLElement *This, HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem, dispex_static_data_t *dispex_data) |
|
HRESULT | HTMLElement_Create (HTMLDocumentNode *doc, nsIDOMNode *nsnode, BOOL use_generic, HTMLElement **ret) |
|
HRESULT | get_elem (HTMLDocumentNode *doc, nsIDOMElement *nselem, HTMLElement **ret) |
|
static HRESULT WINAPI | HTMLFiltersCollection_QueryInterface (IHTMLFiltersCollection *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLFiltersCollection_AddRef (IHTMLFiltersCollection *iface) |
|
static ULONG WINAPI | HTMLFiltersCollection_Release (IHTMLFiltersCollection *iface) |
|
static HRESULT WINAPI | HTMLFiltersCollection_GetTypeInfoCount (IHTMLFiltersCollection *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLFiltersCollection_GetTypeInfo (IHTMLFiltersCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLFiltersCollection_GetIDsOfNames (IHTMLFiltersCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLFiltersCollection_Invoke (IHTMLFiltersCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLFiltersCollection_get_length (IHTMLFiltersCollection *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLFiltersCollection_get__newEnum (IHTMLFiltersCollection *iface, IUnknown **p) |
|
static HRESULT WINAPI | HTMLFiltersCollection_item (IHTMLFiltersCollection *iface, VARIANT *pvarIndex, VARIANT *pvarResult) |
|
static HRESULT | HTMLFiltersCollection_get_dispid (DispatchEx *dispex, BSTR name, DWORD flags, DISPID *dispid) |
|
static HRESULT | HTMLFiltersCollection_invoke (DispatchEx *dispex, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
|
static HTMLAttributeCollection * | impl_from_IHTMLAttributeCollection (IHTMLAttributeCollection *iface) |
|
static HRESULT WINAPI | HTMLAttributeCollection_QueryInterface (IHTMLAttributeCollection *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLAttributeCollection_AddRef (IHTMLAttributeCollection *iface) |
|
static ULONG WINAPI | HTMLAttributeCollection_Release (IHTMLAttributeCollection *iface) |
|
static HRESULT WINAPI | HTMLAttributeCollection_GetTypeInfoCount (IHTMLAttributeCollection *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLAttributeCollection_GetTypeInfo (IHTMLAttributeCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLAttributeCollection_GetIDsOfNames (IHTMLAttributeCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLAttributeCollection_Invoke (IHTMLAttributeCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT | get_attr_dispid_by_idx (HTMLAttributeCollection *This, LONG *idx, DISPID *dispid) |
|
static HRESULT | get_attr_dispid_by_name (HTMLAttributeCollection *This, BSTR name, DISPID *id) |
|
static HRESULT | get_domattr (HTMLAttributeCollection *This, DISPID id, LONG *list_pos, HTMLDOMAttribute **attr) |
|
static HRESULT WINAPI | HTMLAttributeCollection_get_length (IHTMLAttributeCollection *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLAttributeCollection__newEnum (IHTMLAttributeCollection *iface, IUnknown **p) |
|
static HRESULT WINAPI | HTMLAttributeCollection_item (IHTMLAttributeCollection *iface, VARIANT *name, IDispatch **ppItem) |
|
static HTMLAttributeCollection * | impl_from_IHTMLAttributeCollection2 (IHTMLAttributeCollection2 *iface) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_QueryInterface (IHTMLAttributeCollection2 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLAttributeCollection2_AddRef (IHTMLAttributeCollection2 *iface) |
|
static ULONG WINAPI | HTMLAttributeCollection2_Release (IHTMLAttributeCollection2 *iface) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_GetTypeInfoCount (IHTMLAttributeCollection2 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_GetTypeInfo (IHTMLAttributeCollection2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_GetIDsOfNames (IHTMLAttributeCollection2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_Invoke (IHTMLAttributeCollection2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_getNamedItem (IHTMLAttributeCollection2 *iface, BSTR bstrName, IHTMLDOMAttribute **newretNode) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_setNamedItem (IHTMLAttributeCollection2 *iface, IHTMLDOMAttribute *ppNode, IHTMLDOMAttribute **newretNode) |
|
static HRESULT WINAPI | HTMLAttributeCollection2_removeNamedItem (IHTMLAttributeCollection2 *iface, BSTR bstrName, IHTMLDOMAttribute **newretNode) |
|
static HTMLAttributeCollection * | impl_from_IHTMLAttributeCollection3 (IHTMLAttributeCollection3 *iface) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_QueryInterface (IHTMLAttributeCollection3 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLAttributeCollection3_AddRef (IHTMLAttributeCollection3 *iface) |
|
static ULONG WINAPI | HTMLAttributeCollection3_Release (IHTMLAttributeCollection3 *iface) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_GetTypeInfoCount (IHTMLAttributeCollection3 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_GetTypeInfo (IHTMLAttributeCollection3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_GetIDsOfNames (IHTMLAttributeCollection3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_Invoke (IHTMLAttributeCollection3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_getNamedItem (IHTMLAttributeCollection3 *iface, BSTR bstrName, IHTMLDOMAttribute **ppNodeOut) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_setNamedItem (IHTMLAttributeCollection3 *iface, IHTMLDOMAttribute *pNodeIn, IHTMLDOMAttribute **ppNodeOut) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_removeNamedItem (IHTMLAttributeCollection3 *iface, BSTR bstrName, IHTMLDOMAttribute **ppNodeOut) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_item (IHTMLAttributeCollection3 *iface, LONG index, IHTMLDOMAttribute **ppNodeOut) |
|
static HRESULT WINAPI | HTMLAttributeCollection3_get_length (IHTMLAttributeCollection3 *iface, LONG *p) |
|
static HTMLAttributeCollection * | HTMLAttributeCollection_from_DispatchEx (DispatchEx *iface) |
|
static HRESULT | HTMLAttributeCollection_get_dispid (DispatchEx *dispex, BSTR name, DWORD flags, DISPID *dispid) |
|
static HRESULT | HTMLAttributeCollection_invoke (DispatchEx *dispex, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
|
HRESULT | HTMLElement_get_attr_col (HTMLDOMNode *iface, HTMLAttributeCollection **ac) |
|