Searched defs:pElmParent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp5118 * @param pElmParent Pointer to the parent element.
5121 void MachineConfigFile::buildDebuggingXML(xml::ElementNode *pElmParent, const Debugging *pDbg) argument
5126 xml::ElementNode *pElmDebugging = pElmParent->createChild("Debugging");
5137 * @param pElmParent Pointer to the parent element.
5140 void MachineConfigFile::buildAutostartXML(xml::ElementNode *pElmParent, const Autostart *pAutostart) argument
5147 xml::ElementNode *pElmAutostart = pElmParent->createChild("Autostart");
5166 * @param pElmParent Pointer to the parent element.
5169 void MachineConfigFile::buildGroupsXML(xml::ElementNode *pElmParent, const StringsList *pllGroups) argument
5175 xml::ElementNode *pElmGroups = pElmParent->createChild("Groups");

Completed in 468 milliseconds