Searched refs:pelmRootChild (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp1522 const xml::ElementNode *pelmRootChild; local
1523 while ((pelmRootChild = nlRootChildren.forAllNodes()))
1525 if (pelmRootChild->nameEquals("Global"))
1527 xml::NodesLoop nlGlobalChildren(*pelmRootChild);
1571 } // end if (pelmRootChild->nameEquals("Global"))
2213 const xml::ElementNode *pelmRootChild; local
2214 while ((pelmRootChild = nlRootChildren.forAllNodes()))
2216 if (pelmRootChild->nameEquals("Machine"))
2217 readMachine(*pelmRootChild);

Completed in 991 milliseconds