AppRestoreService 33 apps/app_restore_service.cc bool AppRestoreService::ShouldRestoreApps(bool is_browser_restart) { AppRestoreService 46 apps/app_restore_service.cc AppRestoreService::AppRestoreService(Profile* profile) AppRestoreService 51 apps/app_restore_service.cc void AppRestoreService::HandleStartup(bool should_restore_apps) { AppRestoreService 74 apps/app_restore_service.cc bool AppRestoreService::IsAppRestorable(const std::string& extension_id) { AppRestoreService 79 apps/app_restore_service.cc AppRestoreService* AppRestoreService::Get(Profile* profile) { AppRestoreService 83 apps/app_restore_service.cc void AppRestoreService::OnAppStart(Profile* profile, AppRestoreService 88 apps/app_restore_service.cc void AppRestoreService::OnAppActivated(Profile* profile, AppRestoreService 93 apps/app_restore_service.cc void AppRestoreService::OnAppDeactivated(Profile* profile, AppRestoreService 98 apps/app_restore_service.cc void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) { AppRestoreService 102 apps/app_restore_service.cc void AppRestoreService::OnChromeTerminating() { AppRestoreService 108 apps/app_restore_service.cc void AppRestoreService::Shutdown() { AppRestoreService 112 apps/app_restore_service.cc void AppRestoreService::RecordAppStart(const std::string& extension_id) { AppRestoreService 116 apps/app_restore_service.cc void AppRestoreService::RecordAppStop(const std::string& extension_id) { AppRestoreService 120 apps/app_restore_service.cc void AppRestoreService::RecordAppActiveState(const std::string& id, AppRestoreService 132 apps/app_restore_service.cc void AppRestoreService::RestoreApp(const Extension* extension) { AppRestoreService 136 apps/app_restore_service.cc void AppRestoreService::StartObservingAppLifetime() { AppRestoreService 143 apps/app_restore_service.cc void AppRestoreService::StopObservingAppLifetime() { AppRestoreService 24 apps/app_restore_service.h class AppRestoreService : public KeyedService, AppRestoreService 31 apps/app_restore_service.h explicit AppRestoreService(Profile* profile); AppRestoreService 41 apps/app_restore_service.h static AppRestoreService* Get(Profile* profile); AppRestoreService 67 apps/app_restore_service.h DISALLOW_COPY_AND_ASSIGN(AppRestoreService); AppRestoreService 15 apps/app_restore_service_factory.cc AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) { AppRestoreService 16 apps/app_restore_service_factory.cc return static_cast<AppRestoreService*>( AppRestoreService 36 apps/app_restore_service_factory.cc return new AppRestoreService(static_cast<Profile*>(profile)); AppRestoreService 15 apps/app_restore_service_factory.h class AppRestoreService; AppRestoreService 22 apps/app_restore_service_factory.h static AppRestoreService* GetForProfile(Profile* profile); AppRestoreService 752 chrome/browser/extensions/api/developer_private/developer_private_api.cc if (apps::AppRestoreService::Get(GetProfile()) AppRestoreService 617 chrome/browser/ui/startup/startup_browser_creator_impl.cc apps::AppRestoreService* restore_service = AppRestoreService 621 chrome/browser/ui/startup/startup_browser_creator_impl.cc restore_service->HandleStartup(apps::AppRestoreService::ShouldRestoreApps( AppRestoreService 734 chrome/browser/ui/webui/extensions/extension_settings_handler.cc if (apps::AppRestoreService::Get(profile)->