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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.h 21 class AppListSyncableServiceFactory : public BrowserContextKeyedServiceFactory {
25 static AppListSyncableServiceFactory* GetInstance();
31 friend struct DefaultSingletonTraits<AppListSyncableServiceFactory>;
33 AppListSyncableServiceFactory();
34 virtual ~AppListSyncableServiceFactory();
46 DISALLOW_COPY_AND_ASSIGN(AppListSyncableServiceFactory);
app_list_syncable_service_factory.cc 26 AppListSyncableService* AppListSyncableServiceFactory::GetForProfile(
33 AppListSyncableServiceFactory* AppListSyncableServiceFactory::GetInstance() {
34 return Singleton<AppListSyncableServiceFactory>::get();
38 KeyedService* AppListSyncableServiceFactory::BuildInstanceFor(
51 AppListSyncableServiceFactory::AppListSyncableServiceFactory()
55 VLOG(1) << "AppListSyncableServiceFactory()";
68 AppListSyncableServiceFactory::~AppListSyncableServiceFactory() {
    [all...]

Completed in 183 milliseconds