HomeSort by relevance Sort by last modified time
    Searched refs:AppRestoreService (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/apps/
app_restore_service.cc 28 bool AppRestoreService::ShouldRestoreApps(bool is_browser_restart) {
37 AppRestoreService::AppRestoreService(Profile* profile)
42 void AppRestoreService::HandleStartup(bool should_restore_apps) {
65 bool AppRestoreService::IsAppRestorable(const std::string& extension_id) {
70 AppRestoreService* AppRestoreService::Get(Profile* profile) {
74 void AppRestoreService::OnAppStart(Profile* profile,
79 void AppRestoreService::OnAppActivated(Profile* profile,
84 void AppRestoreService::OnAppDeactivated(Profile* profile
    [all...]
app_restore_service_factory.cc 15 AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
16 return static_cast<AppRestoreService*>(
26 "AppRestoreService",
36 return new AppRestoreService(static_cast<Profile*>(profile));
app_restore_service_factory.h 15 class AppRestoreService;
19 // the associated AppRestoreService.
22 static AppRestoreService* GetForProfile(Profile* profile);
app_restore_service.h 24 class AppRestoreService : public KeyedService,
31 explicit AppRestoreService(Profile* profile);
41 static AppRestoreService* Get(Profile* profile);
67 DISALLOW_COPY_AND_ASSIGN(AppRestoreService);
app_load_service.cc 57 if (apps::AppRestoreService::Get(profile_)->IsAppRestorable(extension_id))
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 600 apps::AppRestoreService* restore_service =
604 restore_service->HandleStartup(apps::AppRestoreService::ShouldRestoreApps(
    [all...]
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 652 apps::AppRestoreService::Get(profile())->HandleStartup(true);
    [all...]

Completed in 265 milliseconds