Searched defs:AppRestoreService (Results 1 - 2 of 2) sorted by relevance

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

Completed in 251 milliseconds