Home | History | Annotate | Download | only in include

Lines Matching refs:get_firstChild

8969     virtual HRESULT WINAPI get_firstChild(IHTMLDOMNode **p) = 0;
9000 HRESULT (WINAPI *get_firstChild)(IHTMLDOMNode *This,IHTMLDOMNode **p);
9033 #define IHTMLDOMNode_get_firstChild(This,p) (This)->lpVtbl->get_firstChild(This,p)
9187 virtual HRESULT WINAPI get_firstChild(IHTMLDOMNode **p) = 0;
9217 HRESULT (WINAPI *get_firstChild)(IHTMLDOMAttribute2 *This,IHTMLDOMNode **p);
9249 #define IHTMLDOMAttribute2_get_firstChild(This,p) (This)->lpVtbl->get_firstChild(This,p)