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

/haiku/src/kits/tracker/
H A DViewState.h123 uint32 SecondarySort() const;
311 BViewState::SecondarySort() const function in class:BPrivate::BViewState
H A DTitleView.cpp527 = (fColumn->AttrHash() == fParent->PoseView()->SecondarySort());
818 uint32 secondarySort = poseView->SecondarySort();
841 if (poseView->PrimarySort() == poseView->SecondarySort())
H A DPoseView.h189 uint32 SecondarySort() const;
1099 BPoseView::SecondarySort() const function in class:BPrivate::BPoseView
1101 return fViewState->SecondarySort();
H A DPoseView.cpp453 if (PrimarySort() == SecondarySort())
482 if (PrimarySort() == SecondarySort())
2536 SetSecondarySort(viewState->SecondarySort());
5934 if (attrHash == PrimarySort() || attrHash == SecondarySort()) {
5947 || sAttrColumnMap[i].attrHash == SecondarySort()) {
9439 sort = view->SecondarySort();

Completed in 106 milliseconds