Home
last modified time | relevance | path

Searched refs:get_first_child (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h1261 XMLNode* get_first_child() const in get_first_child() function
1594 XMLNode* node = _cur->get_first_child(); in go_down()
1852 const XMLNode* node = _cur->get_first_child(); in go_down()
/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c2820 #define get_first_child(n) _get_first_child(__LINE__,n) macro
7834 node = get_first_child((IUnknown*)select); in test_elems()
8133 node = get_first_child((IUnknown*)elem); in test_elems()
8139 node2 = get_first_child((IUnknown*)node); in test_elems()
8818 doctype = get_first_child((IUnknown*)doc_node); in test_doctype()