Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h1161 const Children& get_children() const in get_children() function
1166 Children& get_children() in get_children() function
1307 : _begin(node->get_children().begin(), node->get_children().end(), name), in XMLChildrenFilter()
1308 _end(node->get_children().end(), node->get_children().end(), name) in XMLChildrenFilter()
1407 : _begin(node->get_children().begin(), node->get_children().end(), name), in const_XMLChildrenFilter()
1408 _end(node->get_children().end(), node->get_children().end(), name) in const_XMLChildrenFilter()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dfavorites.cpp283 const XMLNode::Children& children = pos->get_children(); in read()