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

/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp56 Property* p = PropertyAtFast(i);
83 Property* p = PropertyAtFast(i);
140 // PropertyAtFast
142 PropertyObject::PropertyAtFast(int32 index) const function in class:PropertyObject
185 Property* ownProperty = PropertyAtFast(i);
186 Property* otherProperty = other.PropertyAtFast(i);
H A DPropertyObject.h30 Property* PropertyAtFast(int32 index) const;
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp470 Property* p = object->PropertyAtFast(i);
588 const Property* p = fPropertyObject->PropertyAtFast(i);

Completed in 181 milliseconds