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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3181 const xml::ElementNode *pelmCtrl; local
3183 while ((pelmCtrl = nl2.forAllNodes()))
3188 pelmCtrl->getAttributeValue("name", ctrl.strName);
3190 if (pelmCtrl->getAttributeValue("type", strCtrlType))
3199 throw ConfigFileError(this, pelmCtrl, N_("Invalid value '%s' for Controller/@type attribute"), strCtrlType.c_str());
4513 xml::ElementNode *pelmCtrl = pelmCtrls->createChild("Controller"); local
4530 pelmCtrl->setAttribute("name", ctrl.strName);
4531 pelmCtrl->setAttribute("type", strType);

Completed in 1302 milliseconds