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

/haiku/src/kits/tracker/
H A DRecentItems.cpp76 int32 fSanityCount; member in class:RecentItemsMenu
130 fSanityCount(-1),
152 fSanityCount++;
154 return fCount < fMaxCount - 1 && (fSanityCount < fMaxCount + 20);
155 // fSanityCount is a hacky way of dealing with a lot of stale
169 fSanityCount = 0;

Completed in 53 milliseconds