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

/haiku/src/apps/people/
H A DPersonView.cpp51 fCategoryAttribute(categoryAttribute),
103 if (fCategoryAttribute == attribute) {
165 SetAttribute(fCategoryAttribute, name, false);
209 snprintf(buffer, sizeof(buffer), "%s=*", fCategoryAttribute.String());
219 && file.GetAttrInfo(fCategoryAttribute, &info) == B_OK
224 if (file.ReadAttr(fCategoryAttribute.String(), B_STRING_TYPE,
H A DPersonView.h71 BString fCategoryAttribute; member in class:PersonView

Completed in 76 milliseconds