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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3378 const xml::ElementNode *pelmDefault; local
3380 if ((pelmDefault = pelmHwChild->findChildElement("Default")))
3382 pelmDefault->getAttributeValue("type", hw.strDefaultFrontend);
4831 xml::ElementNode *pelmDefault = pelmFrontend->createChild("Default"); local
4832 pelmDefault->setAttribute("type", hw.strDefaultFrontend);

Completed in 1196 milliseconds