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

/haiku/src/kits/tracker/
H A DRecentItems.cpp85 int32 maxItems, bool navMenuFolders, const char* ofType,
90 int32 maxItems, bool navMenuFolders, const char* ofTypeList[],
107 BHandler* target, int32 maxItems, bool navMenuFolders,
190 bool navMenuFolders, const char* ofType, const char* openedByAppSig)
195 fIterator = new BRecentFilesList(maxItems + 10, navMenuFolders,
202 bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount,
208 fIterator = new BRecentFilesList(maxItems + 10, navMenuFolders,
223 BHandler* target, int32 maxItems, bool navMenuFolders,
228 fIterator = new BRecentFoldersList(maxItems + 10, navMenuFolders,
248 BRecentItemsList::BRecentItemsList(int32 maxItems, bool navMenuFolders) argument
188 RecentFilesMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofType, const char* openedByAppSig) argument
200 RecentFilesMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, const char* openedByAppSig) argument
222 RecentFoldersMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
366 BRecentFilesList(int32 maxItems, bool navMenuFolders, const char* ofType, const char* openedByAppSig) argument
378 BRecentFilesList(int32 maxItems, bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, const char* openedByAppSig) argument
428 NewFileListMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofType, const char* openedByAppSig) argument
440 NewFileListMenu(const char* title, BMessage* openFileMessage, BMessage* openFolderMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* ofTypeList[], int32 ofTypeListCount, const char* openedByAppSig) argument
456 NewFolderListMenu(const char* title, BMessage* openMessage, BHandler* target, int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
465 BRecentFoldersList(int32 maxItems, bool navMenuFolders, const char* openedByAppSig) argument
[all...]
H A DRecentItems.h55 BRecentItemsList(int32 maxItems, bool navMenuFolders);
56 // if <navMenuFolders> passed, folder items get NavMenu-style
103 BRecentFilesList(int32 maxItems = 10, bool navMenuFolders = false,
105 BRecentFilesList(int32 maxItems, bool navMenuFolders,
114 int32 maxItems = 10, bool navMenuFolders = false,
120 int32 maxItems, bool navMenuFolders,
151 BRecentFoldersList(int32 maxItems, bool navMenuFolders = false,
157 int32 maxItems = 10, bool navMenuFolders = false,
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h53 BRecentItemsList(int32 maxItems, bool navMenuFolders);
54 /* if <navMenuFolders> passed, folder items get NavMenu-style
104 BRecentFilesList(int32 maxItems = 10, bool navMenuFolders = false,
106 BRecentFilesList(int32 maxItems, bool navMenuFolders, const char *ofTypeList[],
114 int32 maxItems = 10, bool navMenuFolders = false,
120 int32 maxItems, bool navMenuFolders,
151 BRecentFoldersList(int32 maxItems, bool navMenuFolders = false,
157 int32 maxItems = 10, bool navMenuFolders = false,

Completed in 66 milliseconds