Searched refs:AttrType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1177 switch (fColumn->AttrType()) {
1182 fColumn->AttrType(), 0, buffer, kGenericReadBufferSize - 1);
1220 fColumn->AttrType(), 0, &tmp, (size_t)info.size);
1227 if (fColumn->AttrType() == B_FLOAT_TYPE
1228 || fColumn->AttrType() == B_DOUBLE_TYPE) {
1302 switch (fColumn->AttrType()) {
1458 switch (fColumn->AttrType()) {
1566 uint32 type = fColumn->AttrType();
1775 switch (fColumn->AttrType()) {
1877 switch (fColumn->AttrType()) {
[all...]
H A DViewState.h69 uint32 AttrType() const;
220 BColumn::AttrType() const function in class:BPrivate::BColumn
H A DPoseView.cpp450 fViewState->SetPrimarySortType(FirstColumn()->AttrType());
479 fViewState->SetPrimarySortType(FirstColumn()->AttrType());
504 && column->AttrType() == B_TIME_TYPE) {
2770 if (column->AttrType() == B_TIME_TYPE)
2855 if (!IsWatchingDateFormatChange() && newColumn->AttrType() == B_TIME_TYPE)
9540 fViewState->SetPrimarySortType(column->AttrType());
9551 fViewState->SetSecondarySortType(column->AttrType());
10324 if (col && col->AttrType() == B_TIME_TYPE) {
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.h22 enum AttrType { enum

Completed in 79 milliseconds