Searched refs:kAttrStatName (Results 1 – 8 of 8) sorted by relevance
/haiku/src/kits/tracker/ |
H A D | Attributes.h | 41 #define kAttrStatName "_stat/name" macro
|
H A D | TrackerInitialState.cpp | 516 kAttrStatName, B_STRING_TYPE, true, true }, in InstallDefaultTemplates()
|
H A D | ViewState.cpp | 454 fPrimarySortAttr = AttrHashString(kAttrStatName, B_STRING_TYPE); in _Init()
|
H A D | QueryPoseView.cpp | 171 B_ALIGN_LEFT, kAttrStatName, B_STRING_TYPE, true, true)); in SetupDefaultColumnsIfNeeded()
|
H A D | OpenWithWindow.cpp | 833 B_ALIGN_LEFT, kAttrStatName, B_STRING_TYPE, true, true); in SetupDefaultColumnsIfNeeded()
|
H A D | WidgetAttributeText.cpp | 224 if (strcmp(attrName, kAttrStatName) == 0) in NewWidgetText()
|
H A D | ContainerWindow.cpp | 3336 kAttrStatName, B_STRING_TYPE, 145, B_ALIGN_LEFT, true, true)); in NewAttributesMenu()
|
H A D | PoseView.cpp | 619 B_ALIGN_LEFT, kAttrStatName, B_STRING_TYPE, true, true)); in SetupDefaultColumnsIfNeeded()
|