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

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DINIParser.java224 return new PropertiesIterator(props.propertyNames());
H A DMozilla.java414 Enumeration e = aProperties.propertyNames();
533 Enumeration e = aProperties.propertyNames();
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp325 com::SafeArray<BSTR> propertyNames; local
331 DescribeProperties(ComSafeArrayAsOutParam(propertyNames),
338 if (propertyNames.size() > 0)
340 for (size_t j = 0; j < propertyNames.size(); ++j)
343 Bstr(propertyNames[j]).raw(), Bstr(propertyDescriptions[j]).raw());
352 if (j != propertyNames.size()-1)
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp854 com::SafeArray<BSTR> propertyNames;
860 DescribeProperties(ComSafeArrayAsOutParam(propertyNames),
867 if (propertyNames.size() > 0)
869 for (size_t a = 0; a < propertyNames.size(); ++ a)
871 RTPrintf("key='%ls' desc='%ls' type=", Bstr(propertyNames[a]).raw(), Bstr(propertyDescriptions[a]).raw());
880 if (a != propertyNames.size()-1)

Completed in 153 milliseconds