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

/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp53 && fObjectCount > 0 && fOldProperties->CountProperties() > 0
84 if (fOldProperties->CountProperties() > 1) {
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp54 int32 count = CountProperties();
81 int32 count = CountProperties();
147 // CountProperties
149 PropertyObject::CountProperties() const function in class:PropertyObject
181 int32 count = CountProperties();
182 if (count == other.CountProperties()) {
H A DPropertyObject.h31 int32 CountProperties() const;
/haiku/headers/os/app/
H A DPropertyInfo.h76 int32 CountProperties() const;
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyConstructionTest.cpp174 assert(propTest->CountProperties() == prop_count);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp204 if (propertyObject.CountProperties() > 0)
468 int32 count = object->CountProperties();
586 int32 count = fPropertyObject->CountProperties();
/haiku/src/kits/app/
H A DPropertyInfo.cpp414 BPropertyInfo::CountProperties() const function in class:BPropertyInfo
/haiku/src/bin/
H A Dhey.cpp1335 for (int32 pinfo_index = 0; pinfo_index < propinfo.CountProperties(); pinfo_index++) {

Completed in 105 milliseconds