Home
last modified time | relevance | path

Searched refs:get_document (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dmshtml_private.h690 HRESULT (*get_document)(HTMLDOMNode*,IDispatch**); member
H A Dhtmlelem.c1059 if(This->node.vtbl->get_document) in HTMLElement_get_document()
1060 return This->node.vtbl->get_document(&This->node, p); in HTMLElement_get_document()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h2890 const XMLDoc& get_document() in get_document() function