Searched refs:ofTypeListCount (Results 1 – 3 of 3) sorted by relevance
/haiku/src/kits/tracker/ |
H A D | RecentItems.cpp | 91 int32 ofTypeListCount, const char* openedByAppSig); 202 bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, in RecentFilesMenu() argument 209 ofTypeList, ofTypeListCount, openedByAppSig); in RecentFilesMenu() 385 const char* ofTypeList[], int32 ofTypeListCount, in BRecentFilesList() argument 391 fTypeCount(ofTypeListCount), in BRecentFilesList() 395 fTypes = new char *[ofTypeListCount]; in BRecentFilesList() 396 for (int32 index = 0; index < ofTypeListCount; index++) in BRecentFilesList() 449 const char* ofTypeList[], int32 ofTypeListCount, in NewFileListMenu() argument 454 ofTypeListCount, openedByAppSig); in NewFileListMenu()
|
H A D | RecentItems.h | 106 const char* ofTypeList[], int32 ofTypeListCount, 121 const char* ofTypeList[], int32 ofTypeListCount,
|
/haiku/headers/os/be_apps/Tracker/ |
H A D | RecentItems.h | 107 int32 ofTypeListCount, const char *openedByAppSig = NULL); 121 const char *ofTypeList[], int32 ofTypeListCount,
|