Home | History | Annotate | Download | only in isimpledom

Lines Matching full:hresult

160   [propget, id(DISPID_NODE_NODEINFO)] HRESULT nodeInfo(
169 [propget, id(DISPID_NODE_ATTRIBUTES)] HRESULT attributes(
177 [propget, id(DISPID_NODE_ATTRIBUTESFORNAMES)] HRESULT attributesForNames(
184 [propget, id(DISPID_NODE_COMPSTYLE)] HRESULT computedStyle(
192 [propget, id(DISPID_NODE_COMPSTYLEFORPROPS)] HRESULT computedStyleForProperties(
199 HRESULT scrollTo([in] boolean placeTopLeft);
201 [propget] HRESULT parentNode([out, retval] ISimpleDOMNode **node);
202 [propget] HRESULT firstChild([out, retval] ISimpleDOMNode **node);
203 [propget] HRESULT lastChild([out, retval] ISimpleDOMNode **node);
204 [propget] HRESULT previousSibling([out, retval] ISimpleDOMNode **node);
205 [propget] HRESULT nextSibling([out, retval] ISimpleDOMNode **node);
206 [propget] HRESULT childAt([in] unsigned childIndex,
209 [propget] HRESULT innerHTML([out, retval] BSTR *innerHTML);
211 [propget, local] HRESULT localInterface([out][retval] void **localInterface);
213 [propget, id(DISPID_NODE_LANGUAGE)] HRESULT language([out, retval] BSTR *language);