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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp1174 xml::ElementNode *pelmProp = pelmMedium->createChild("Property"); local
1175 pelmProp->setAttribute("name", it->first);
1176 pelmProp->setAttribute("value", it->second);
2682 const xml::ElementNode *pelmProp; local
2683 while ((pelmProp = nl1.forAllNodes()))
2686 pelmProp->getAttributeValue("name", prop.strName);
2687 pelmProp->getAttributeValue("value", prop.strValue);
2689 pelmProp->getAttributeValue("timestamp", prop.timestamp);
2690 pelmProp->getAttributeValue("flags", prop.strFlags);
4844 xml::ElementNode *pelmProp local
4939 xml::ElementNode *pelmProp = pelmMode->createChild("Property"); local
[all...]

Completed in 72 milliseconds