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

/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp317 // GetRecentApps()
321 void GetRecentApps(BMessage *refList, int32 maxCount)
331 roster.GetRecentApps(NULL, -10);
336 void GetRecentApps(BMessage *refList, int32 maxCount)
346 roster.GetRecentApps(NULL, 0);
351 void GetRecentApps(BMessage *refList, int32 maxCount)
361 roster.GetRecentApps(NULL, 10);
366 void GetRecentApps(BMessage *refList, int32 maxCount)
376 roster.GetRecentApps(&msg, -1);
381 void GetRecentApps(BMessag
[all...]
/haiku/headers/build/os/app/
H A DRoster.h136 void GetRecentApps(BMessage *refList, int32 maxCount) const;
/haiku/headers/os/app/
H A DRoster.h133 void GetRecentApps(BMessage* refList,
/haiku/src/kits/tracker/
H A DFavoritesMenu.cpp427 roster.GetRecentApps(&fRecentList, count);
H A DRecentItems.cpp503 BRoster().GetRecentApps(&fItems, fMaxItems);
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp529 roster.GetRecentApps(&fRecentList, count);
/haiku/src/kits/app/
H A DRoster.cpp1164 BRoster::GetRecentApps(BMessage* refList, int32 maxCount) const function in class:BRoster

Completed in 76 milliseconds