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

  /external/chromium_org/apps/
app_restore_service.cc 29 bool AppRestoreService::ShouldRestoreApps(bool is_browser_restart) {
38 AppRestoreService::AppRestoreService(Profile* profile)
43 void AppRestoreService::HandleStartup(bool should_restore_apps) {
66 bool AppRestoreService::IsAppRestorable(const std::string& extension_id) {
71 AppRestoreService* AppRestoreService::Get(Profile* profile) {
75 void AppRestoreService::OnAppStart(Profile* profile,
80 void AppRestoreService::OnAppActivated(Profile* profile,
85 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);
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_permissions_panel.cc 216 if (apps::AppRestoreService::Get(profile_)->IsAppRestorable(app_->id()))
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 612 apps::AppRestoreService* restore_service =
616 restore_service->HandleStartup(apps::AppRestoreService::ShouldRestoreApps(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 771 if (apps::AppRestoreService::Get(GetProfile())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc     [all...]

Completed in 605 milliseconds