Home | History | Annotate | Download | only in include

Lines Matching refs:get_childNodes

8956     virtual HRESULT WINAPI get_childNodes(IDispatch **p) = 0;
8987 HRESULT (WINAPI *get_childNodes)(IHTMLDOMNode *This,IDispatch **p);
9020 #define IHTMLDOMNode_get_childNodes(This,p) (This)->lpVtbl->get_childNodes(This,p)
9186 virtual HRESULT WINAPI get_childNodes(IDispatch **p) = 0;
9216 HRESULT (WINAPI *get_childNodes)(IHTMLDOMAttribute2 *This,IDispatch **p);
9248 #define IHTMLDOMAttribute2_get_childNodes(This,p) (This)->lpVtbl->get_childNodes(This,p)
23332 virtual HRESULT WINAPI get_childNodes(IDispatch **p) = 0;
23384 HRESULT (WINAPI *get_childNodes)(IHTMLDocument3 *This,IDispatch **p);
23438 #define IHTMLDocument3_get_childNodes(This,p) (This)->lpVtbl->get_childNodes(This,p)