Searched refs:get_document (Results 1 – 3 of 3) sorted by relevance
690 HRESULT (*get_document)(HTMLDOMNode*,IDispatch**); member
1059 if(This->node.vtbl->get_document) in HTMLElement_get_document()1060 return This->node.vtbl->get_document(&This->node, p); in HTMLElement_get_document()
2890 const XMLDoc& get_document() in get_document() function