Home
last modified time | relevance | path

Searched refs:fRecentApps (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/registrar/
H A DTRoster.cpp135 fRecentApps(), in TRoster()
281 fRecentApps.Add(signature, flags); in HandleAddApplication()
283 fRecentApps.Add(&ref, flags); in HandleAddApplication()
995 error = fRecentApps.Get(maxCount, &reply); in HandleGetRecentApps()
1085 error = fRecentApps.Add(appSig); in HandleAddToRecentApps()
1211 fRecentApps.Clear(); in ClearRecentApps()
1923 fRecentApps.Clear(); in _LoadRosterSettings()
2019 fRecentApps.fAppList.push_back(app); in _LoadRosterSettings()
2048 fRecentApps.Print(); in _LoadRosterSettings()
2084 saveError = fRecentApps.Save(file); in _SaveRosterSettings()
H A DTRoster.h122 RecentApps fRecentApps; variable