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

/external/chromium_org/apps/
H A Dapp_restore_service.cc34 bool AppRestoreService::ShouldRestoreApps(bool is_browser_restart) {
47 AppRestoreService::AppRestoreService(Profile* profile) function in class:apps::AppRestoreService
52 void AppRestoreService::HandleStartup(bool should_restore_apps) {
76 bool AppRestoreService::IsAppRestorable(const std::string& extension_id) {
82 AppRestoreService* AppRestoreService::Get(Profile* profile) {
86 void AppRestoreService::OnAppStart(Profile* profile,
91 void AppRestoreService::OnAppActivated(Profile* profile,
96 void AppRestoreService
[all...]
H A Dapp_restore_service_factory.cc15 AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
16 return static_cast<AppRestoreService*>(
26 "AppRestoreService",
36 return new AppRestoreService(static_cast<Profile*>(profile));
H A Dapp_restore_service_factory.h15 class AppRestoreService;
19 // the associated AppRestoreService.
22 static AppRestoreService* GetForProfile(Profile* profile);
H A Dapp_restore_service.h24 class AppRestoreService : public BrowserContextKeyedService, class in namespace:apps
31 explicit AppRestoreService(Profile* profile);
41 static AppRestoreService* Get(Profile* profile);
67 DISALLOW_COPY_AND_ASSIGN(AppRestoreService);
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc656 apps::AppRestoreService* restore_service =
660 restore_service->HandleStartup(apps::AppRestoreService::ShouldRestoreApps(
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc678 if (apps::AppRestoreService::Get(GetProfile())
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc649 if (apps::AppRestoreService::Get(profile)->

Completed in 85 milliseconds