Home
last modified time | relevance | path

Searched refs:fTypeCount (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DRecentItems.cpp378 fTypeCount(0), in BRecentFilesList()
391 fTypeCount(ofTypeListCount), in BRecentFilesList()
394 if (fTypeCount > 0) { in BRecentFilesList()
404 if (fTypeCount > 0) { in ~BRecentFilesList()
405 for (int32 index = 0; index < fTypeCount; index++) in ~BRecentFilesList()
420 fTypeCount, fAppSig.Length() ? fAppSig.String() : NULL); in GetNextRef()
H A DRecentItems.h129 int32 fTypeCount; variable
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h130 int32 fTypeCount; variable