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

  /external/chromium_org/apps/
app_restore_service_factory.h 20 class AppRestoreServiceFactory : public BrowserContextKeyedServiceFactory {
24 static AppRestoreServiceFactory* GetInstance();
27 friend struct DefaultSingletonTraits<AppRestoreServiceFactory>;
29 AppRestoreServiceFactory();
30 virtual ~AppRestoreServiceFactory();
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...]

Completed in 65 milliseconds