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

  /external/chromium_org/apps/
app_restore_service_factory.cc 15 AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
20 AppRestoreServiceFactory* AppRestoreServiceFactory::GetInstance() {
21 return Singleton<AppRestoreServiceFactory>::get();
24 AppRestoreServiceFactory::AppRestoreServiceFactory()
31 AppRestoreServiceFactory::~AppRestoreServiceFactory() {
34 KeyedService* AppRestoreServiceFactory::BuildServiceInstanceFor(
39 bool AppRestoreServiceFactory::ServiceIsCreatedWithBrowserContext() const
    [all...]
app_restore_service_factory.h 20 class AppRestoreServiceFactory : public BrowserContextKeyedServiceFactory {
24 static AppRestoreServiceFactory* GetInstance();
27 friend struct DefaultSingletonTraits<AppRestoreServiceFactory>;
29 AppRestoreServiceFactory();
30 virtual ~AppRestoreServiceFactory();
browser_context_keyed_service_factories.cc 15 apps::AppRestoreServiceFactory::GetInstance();
app_restore_service.cc 71 return apps::AppRestoreServiceFactory::GetForProfile(profile);
app_restore_service_browsertest.cc 53 apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
191 apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 601 apps::AppRestoreServiceFactory::GetForProfile(profile_);
    [all...]

Completed in 509 milliseconds