Lines Matching refs:fRoster
22 Private() : fRoster(const_cast<BRoster*>(be_roster)) {} in Private()
23 Private(BRoster &roster) : fRoster(&roster) {} in Private()
24 Private(BRoster *roster) : fRoster(roster) {} in Private()
36 { return fRoster->_LaunchApp(mimeType, ref, messageList, argc, in Launch()
41 { return fRoster->_ShutDown(reboot, confirm, synchronous); } in ShutDown()
43 { return fRoster->_IsShutDownInProgress(inProgress); } in IsShutDownInProgress()
51 { return fRoster->_AddApplication(mimeSig, ref, flags, team, thread, in AddApplication()
55 { return fRoster->_SetSignature(team, mimeSig); } in SetSignature()
59 { return fRoster->_CompleteRegistration(team, thread, port); } in CompleteRegistration()
63 { return fRoster->_IsAppRegistered(ref, team, token, preRegistered, in IsAppRegistered()
67 { fRoster->_SetWithoutRegistrar(noRegistrar); } in SetWithoutRegistrar()
70 { return fRoster->_RemoveApp(team); } in RemoveApp()
75 { fRoster->_AddToRecentApps(appSig); } in AddToRecentApps()
78 { fRoster->_ClearRecentDocuments(); } in ClearRecentDocuments()
81 { fRoster->_ClearRecentFolders(); } in ClearRecentFolders()
84 { fRoster->_ClearRecentApps(); } in ClearRecentApps()
87 { fRoster->_LoadRecentLists(file); } in LoadRecentLists()
90 { fRoster->_SaveRecentLists(file); } in SaveRecentLists()
94 { fRoster->_ApplicationCrashed(team); } in ApplicationCrashed()
97 { fRoster->_UpdateActiveApp(team); } in UpdateActiveApp()
103 BRoster *fRoster;