OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_ownerDocument
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h
315
virtual HRESULT WINAPI
get_ownerDocument
(IXMLDOMDocument **DOMDocument) = 0;
362
HRESULT (WINAPI *
get_ownerDocument
)(IXMLDOMNode *This,IXMLDOMDocument **DOMDocument);
411
#define IXMLDOMNode_get_ownerDocument(This,DOMDocument) (This)->lpVtbl->
get_ownerDocument
(This,DOMDocument)
539
HRESULT (WINAPI *
get_ownerDocument
)(IXMLDOMDocumentFragment *This,IXMLDOMDocument **DOMDocument)
[
all
...]
msxml2.h
975
virtual HRESULT WINAPI
get_ownerDocument
(IXMLDOMDocument **DOMDocument) = 0;
[
all
...]
mshtmlc.h
[
all
...]
Completed in 182 milliseconds