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

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_mapping_service_factory.h14 class SupervisedUserPrefMappingServiceFactory class in inherits:BrowserContextKeyedServiceFactory
20 static SupervisedUserPrefMappingServiceFactory* GetInstance();
23 friend struct DefaultSingletonTraits<SupervisedUserPrefMappingServiceFactory>;
25 SupervisedUserPrefMappingServiceFactory();
26 virtual ~SupervisedUserPrefMappingServiceFactory();
H A Dsupervised_user_pref_mapping_service_factory.cc15 SupervisedUserPrefMappingServiceFactory::GetForBrowserContext(
22 SupervisedUserPrefMappingServiceFactory*
23 SupervisedUserPrefMappingServiceFactory::GetInstance() {
24 return Singleton<SupervisedUserPrefMappingServiceFactory>::get();
27 SupervisedUserPrefMappingServiceFactory::
28 SupervisedUserPrefMappingServiceFactory() function in class:SupervisedUserPrefMappingServiceFactory
35 SupervisedUserPrefMappingServiceFactory::
36 ~SupervisedUserPrefMappingServiceFactory() {}
38 KeyedService* SupervisedUserPrefMappingServiceFactory::BuildServiceInstanceFor(

Completed in 2863 milliseconds