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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service_factory.h21 class AppListSyncableServiceFactory : public BrowserContextKeyedServiceFactory { class in namespace:app_list
25 static AppListSyncableServiceFactory* GetInstance();
31 friend struct DefaultSingletonTraits<AppListSyncableServiceFactory>;
33 AppListSyncableServiceFactory();
34 virtual ~AppListSyncableServiceFactory();
46 DISALLOW_COPY_AND_ASSIGN(AppListSyncableServiceFactory);
H A Dapp_list_syncable_service_factory.cc26 AppListSyncableService* AppListSyncableServiceFactory::GetForProfile(
33 AppListSyncableServiceFactory* AppListSyncableServiceFactory::GetInstance() {
34 return Singleton<AppListSyncableServiceFactory>::get();
38 KeyedService* AppListSyncableServiceFactory::BuildInstanceFor(
51 AppListSyncableServiceFactory::AppListSyncableServiceFactory() function in class:app_list::AppListSyncableServiceFactory
55 VLOG(1) << "AppListSyncableServiceFactory()";
68 AppListSyncableServiceFactory::~AppListSyncableServiceFactory() {
[all...]

Completed in 299 milliseconds