ReactOS 0.4.16-dev-297-gc569aee
|
#include "mshtml_private.h"
Go to the source code of this file.
Functions | |
static HTMLDOMAttribute * | impl_from_IHTMLDOMAttribute (IHTMLDOMAttribute *iface) |
static HRESULT WINAPI | HTMLDOMAttribute_QueryInterface (IHTMLDOMAttribute *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLDOMAttribute_AddRef (IHTMLDOMAttribute *iface) |
static ULONG WINAPI | HTMLDOMAttribute_Release (IHTMLDOMAttribute *iface) |
static HRESULT WINAPI | HTMLDOMAttribute_GetTypeInfoCount (IHTMLDOMAttribute *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLDOMAttribute_GetTypeInfo (IHTMLDOMAttribute *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLDOMAttribute_GetIDsOfNames (IHTMLDOMAttribute *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLDOMAttribute_Invoke (IHTMLDOMAttribute *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLDOMAttribute_get_nodeName (IHTMLDOMAttribute *iface, BSTR *p) |
static HRESULT WINAPI | HTMLDOMAttribute_put_nodeValue (IHTMLDOMAttribute *iface, VARIANT v) |
static HRESULT WINAPI | HTMLDOMAttribute_get_nodeValue (IHTMLDOMAttribute *iface, VARIANT *p) |
static HRESULT WINAPI | HTMLDOMAttribute_get_specified (IHTMLDOMAttribute *iface, VARIANT_BOOL *p) |
static HTMLDOMAttribute * | impl_from_IHTMLDOMAttribute2 (IHTMLDOMAttribute2 *iface) |
static HRESULT WINAPI | HTMLDOMAttribute2_QueryInterface (IHTMLDOMAttribute2 *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLDOMAttribute2_AddRef (IHTMLDOMAttribute2 *iface) |
static ULONG WINAPI | HTMLDOMAttribute2_Release (IHTMLDOMAttribute2 *iface) |
static HRESULT WINAPI | HTMLDOMAttribute2_GetTypeInfoCount (IHTMLDOMAttribute2 *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLDOMAttribute2_GetTypeInfo (IHTMLDOMAttribute2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLDOMAttribute2_GetIDsOfNames (IHTMLDOMAttribute2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLDOMAttribute2_Invoke (IHTMLDOMAttribute2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_name (IHTMLDOMAttribute2 *iface, BSTR *p) |
static HRESULT WINAPI | HTMLDOMAttribute2_put_value (IHTMLDOMAttribute2 *iface, BSTR v) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_value (IHTMLDOMAttribute2 *iface, BSTR *p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_expando (IHTMLDOMAttribute2 *iface, VARIANT_BOOL *p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_nodeType (IHTMLDOMAttribute2 *iface, LONG *p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_parentNode (IHTMLDOMAttribute2 *iface, IHTMLDOMNode **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_childNodes (IHTMLDOMAttribute2 *iface, IDispatch **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_firstChild (IHTMLDOMAttribute2 *iface, IHTMLDOMNode **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_lastChild (IHTMLDOMAttribute2 *iface, IHTMLDOMNode **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_previousSibling (IHTMLDOMAttribute2 *iface, IHTMLDOMNode **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_nextSibling (IHTMLDOMAttribute2 *iface, IHTMLDOMNode **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_attributes (IHTMLDOMAttribute2 *iface, IDispatch **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_get_ownerDocument (IHTMLDOMAttribute2 *iface, IDispatch **p) |
static HRESULT WINAPI | HTMLDOMAttribute2_insertBefore (IHTMLDOMAttribute2 *iface, IHTMLDOMNode *newChild, VARIANT refChild, IHTMLDOMNode **node) |
static HRESULT WINAPI | HTMLDOMAttribute2_replaceChild (IHTMLDOMAttribute2 *iface, IHTMLDOMNode *newChild, IHTMLDOMNode *oldChild, IHTMLDOMNode **node) |
static HRESULT WINAPI | HTMLDOMAttribute2_removeChild (IHTMLDOMAttribute2 *iface, IHTMLDOMNode *oldChild, IHTMLDOMNode **node) |
static HRESULT WINAPI | HTMLDOMAttribute2_appendChild (IHTMLDOMAttribute2 *iface, IHTMLDOMNode *newChild, IHTMLDOMNode **node) |
static HRESULT WINAPI | HTMLDOMAttribute2_hasChildNodes (IHTMLDOMAttribute2 *iface, VARIANT_BOOL *fChildren) |
static HRESULT WINAPI | HTMLDOMAttribute2_cloneNode (IHTMLDOMAttribute2 *iface, VARIANT_BOOL fDeep, IHTMLDOMAttribute **clonedNode) |
HRESULT | HTMLDOMAttribute_Create (const WCHAR *name, HTMLElement *elem, DISPID dispid, HTMLDOMAttribute **attr) |
Variables | |
static const IHTMLDOMAttributeVtbl | HTMLDOMAttributeVtbl |
static const IHTMLDOMAttribute2Vtbl | HTMLDOMAttribute2Vtbl |
static const tid_t | HTMLDOMAttribute_iface_tids [] |
static dispex_static_data_t | HTMLDOMAttribute_dispex |
Definition at line 232 of file htmlattr.c.
|
static |
Definition at line 409 of file htmlattr.c.
|
static |
Definition at line 424 of file htmlattr.c.
|
static |
Definition at line 371 of file htmlattr.c.
|
static |
Definition at line 336 of file htmlattr.c.
|
static |
Definition at line 312 of file htmlattr.c.
|
static |
Definition at line 343 of file htmlattr.c.
|
static |
Definition at line 350 of file htmlattr.c.
Definition at line 274 of file htmlattr.c.
|
static |
Definition at line 364 of file htmlattr.c.
|
static |
Definition at line 322 of file htmlattr.c.
|
static |
Definition at line 378 of file htmlattr.c.
|
static |
Definition at line 329 of file htmlattr.c.
|
static |
Definition at line 357 of file htmlattr.c.
Definition at line 288 of file htmlattr.c.
|
static |
Definition at line 257 of file htmlattr.c.
|
static |
Definition at line 250 of file htmlattr.c.
|
static |
Definition at line 244 of file htmlattr.c.
|
static |
Definition at line 417 of file htmlattr.c.
|
static |
Definition at line 385 of file htmlattr.c.
|
static |
Definition at line 265 of file htmlattr.c.
Definition at line 281 of file htmlattr.c.
|
static |
Definition at line 226 of file htmlattr.c.
Definition at line 238 of file htmlattr.c.
|
static |
Definition at line 401 of file htmlattr.c.
|
static |
Definition at line 393 of file htmlattr.c.
Definition at line 51 of file htmlattr.c.
HRESULT HTMLDOMAttribute_Create | ( | const WCHAR * | name, |
HTMLElement * | elem, | ||
DISPID | dispid, | ||
HTMLDOMAttribute ** | attr | ||
) |
Definition at line 473 of file htmlattr.c.
Referenced by get_domattr(), and HTMLDocument5_createAttribute().
Definition at line 109 of file htmlattr.c.
|
static |
Definition at line 149 of file htmlattr.c.
|
static |
Definition at line 163 of file htmlattr.c.
|
static |
Definition at line 91 of file htmlattr.c.
|
static |
Definition at line 84 of file htmlattr.c.
|
static |
Definition at line 78 of file htmlattr.c.
|
static |
Definition at line 100 of file htmlattr.c.
|
static |
Definition at line 128 of file htmlattr.c.
|
static |
Definition at line 26 of file htmlattr.c.
Definition at line 61 of file htmlattr.c.
|
inlinestatic |
Definition at line 21 of file htmlattr.c.
Referenced by HTMLDOMAttribute_AddRef(), HTMLDOMAttribute_get_nodeName(), HTMLDOMAttribute_get_nodeValue(), HTMLDOMAttribute_get_specified(), HTMLDOMAttribute_GetIDsOfNames(), HTMLDOMAttribute_GetTypeInfo(), HTMLDOMAttribute_GetTypeInfoCount(), HTMLDOMAttribute_Invoke(), HTMLDOMAttribute_put_nodeValue(), HTMLDOMAttribute_QueryInterface(), and HTMLDOMAttribute_Release().
|
inlinestatic |
Definition at line 221 of file htmlattr.c.
Referenced by HTMLDOMAttribute2_AddRef(), HTMLDOMAttribute2_appendChild(), HTMLDOMAttribute2_cloneNode(), HTMLDOMAttribute2_get_attributes(), HTMLDOMAttribute2_get_childNodes(), HTMLDOMAttribute2_get_expando(), HTMLDOMAttribute2_get_firstChild(), HTMLDOMAttribute2_get_lastChild(), HTMLDOMAttribute2_get_name(), HTMLDOMAttribute2_get_nextSibling(), HTMLDOMAttribute2_get_nodeType(), HTMLDOMAttribute2_get_ownerDocument(), HTMLDOMAttribute2_get_parentNode(), HTMLDOMAttribute2_get_previousSibling(), HTMLDOMAttribute2_get_value(), HTMLDOMAttribute2_GetIDsOfNames(), HTMLDOMAttribute2_GetTypeInfo(), HTMLDOMAttribute2_GetTypeInfoCount(), HTMLDOMAttribute2_hasChildNodes(), HTMLDOMAttribute2_insertBefore(), HTMLDOMAttribute2_Invoke(), HTMLDOMAttribute2_put_value(), HTMLDOMAttribute2_QueryInterface(), HTMLDOMAttribute2_Release(), HTMLDOMAttribute2_removeChild(), and HTMLDOMAttribute2_replaceChild().
|
static |
Definition at line 432 of file htmlattr.c.
Referenced by HTMLDOMAttribute_Create().
|
static |
Definition at line 466 of file htmlattr.c.
Referenced by HTMLDOMAttribute_Create().
Definition at line 461 of file htmlattr.c.
|
static |
Definition at line 207 of file htmlattr.c.
Referenced by HTMLDOMAttribute_Create().