Searched refs:fLastCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DCountView.h80 int32 fLastCount; member in class:BPrivate::BCountView
H A DCountView.cpp68 fLastCount(-1),
187 if (fLastCount != fPoseView->CountItems()) {
188 fLastCount = fPoseView->CountItems();
216 itemString << fLastCount << " " << Filter();
218 if (fLastCount == 0)
224 format.Format(itemString, fLastCount);

Completed in 17 milliseconds