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

/haiku-fatelf/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-fatelf/headers/build/os/app/
H A DRoster.h136 void GetRecentApps(BMessage *refList, int32 maxCount) const;
/haiku-fatelf/headers/os/app/
H A DRoster.h113 void GetRecentApps(BMessage *refList, int32 maxCount) const;
/haiku-fatelf/src/kits/tracker/
H A DFavoritesMenu.cpp405 roster.GetRecentApps(&fRecentList, count);
H A DRecentItems.cpp487 BRoster().GetRecentApps(&fItems, fMaxItems);
/haiku-fatelf/src/apps/deskbar/
H A DDeskbarMenu.cpp536 roster.GetRecentApps(&fRecentList, count);
/haiku-fatelf/src/kits/app/
H A DRoster.cpp1547 BRoster::GetRecentApps(BMessage* refList, int32 maxCount) const function in class:BRoster

Completed in 101 milliseconds