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

  /external/chromium_org/apps/
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_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...]

Completed in 232 milliseconds