Home
last modified time | relevance | path

Searched refs:sDefaultAttributes (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/people/
H A DPeopleApp.cpp51 struct DefaultAttribute sDefaultAttributes[] = { variable
161 for (int32 i = 0; sDefaultAttributes[i].attribute; i++) { in TPeopleApp()
162 fields.AddString("attr:public_name", sDefaultAttributes[i].name); in TPeopleApp()
163 fields.AddString("attr:name", sDefaultAttributes[i].attribute); in TPeopleApp()
167 fields.AddInt32("attr:width", sDefaultAttributes[i].width); in TPeopleApp()
173 attribute->name = sDefaultAttributes[i].name; in TPeopleApp()
174 attribute->attribute = sDefaultAttributes[i].attribute; in TPeopleApp()