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

/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service_factory.h14 class CustodianProfileDownloaderServiceFactory class in inherits:BrowserContextKeyedServiceFactory
19 static CustodianProfileDownloaderServiceFactory* GetInstance();
23 DefaultSingletonTraits<CustodianProfileDownloaderServiceFactory>;
25 CustodianProfileDownloaderServiceFactory();
26 virtual ~CustodianProfileDownloaderServiceFactory();
H A Dcustodian_profile_downloader_service_factory.cc14 CustodianProfileDownloaderServiceFactory::GetForProfile(
21 CustodianProfileDownloaderServiceFactory*
22 CustodianProfileDownloaderServiceFactory::GetInstance() {
23 return Singleton<CustodianProfileDownloaderServiceFactory>::get();
26 CustodianProfileDownloaderServiceFactory::
27 CustodianProfileDownloaderServiceFactory() function in class:CustodianProfileDownloaderServiceFactory
35 CustodianProfileDownloaderServiceFactory::
36 ~CustodianProfileDownloaderServiceFactory() {}
38 KeyedService* CustodianProfileDownloaderServiceFactory::BuildServiceInstanceFor(

Completed in 3687 milliseconds