Home | History | Annotate | Download | only in app_list

Lines Matching defs:AppListSyncableServiceFactory

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() {
71 KeyedService* AppListSyncableServiceFactory::BuildServiceInstanceFor(
76 void AppListSyncableServiceFactory::RegisterProfilePrefs(
80 content::BrowserContext* AppListSyncableServiceFactory::GetBrowserContextToUse(
87 bool AppListSyncableServiceFactory::ServiceIsCreatedWithBrowserContext() const {
93 bool AppListSyncableServiceFactory::ServiceIsNULLWhileTesting() const {