Home | History | Annotate | Download | only in include

Lines Matching defs:get_domain

21741     virtual HRESULT WINAPI get_domain(BSTR *p) = 0;
21861 HRESULT (WINAPI *get_domain)(IHTMLDocument2 *This,BSTR *p);
21983 #define IHTMLDocument2_get_domain(This,p) (This)->lpVtbl->get_domain(This,p)