Searched refs:PrimarySort (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/tracker/
H A DViewState.h122 uint32 PrimarySort() const;
304 BViewState::PrimarySort() const function in class:BPrivate::BViewState
H A DTitleView.cpp529 || (fColumn->AttrHash() == fParent->PoseView()->PrimarySort())) {
817 uint32 primarySort = poseView->PrimarySort();
841 if (poseView->PrimarySort() == poseView->SecondarySort())
H A DPoseView.h187 uint32 PrimarySort() const;
1085 BPoseView::PrimarySort() const function in class:BPrivate::BPoseView
1087 return fViewState->PrimarySort();
H A DPoseView.cpp448 if (!ColumnFor(PrimarySort())) {
453 if (PrimarySort() == SecondarySort())
477 if (!ColumnFor(PrimarySort())) {
482 if (PrimarySort() == SecondarySort())
2535 SetPrimarySort(viewState->PrimarySort());
2556 if (PrimarySort() == attrHash)
5934 if (attrHash == PrimarySort() || attrHash == SecondarySort()) {
5946 if (sAttrColumnMap[i].attrHash == PrimarySort()
9402 uint32 sort = view->PrimarySort();
H A DContainerWindow.cpp3401 item->SetMarked(PoseView()->PrimarySort() == attrHash);

Completed in 77 milliseconds