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

  /external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service_factory.cc 14 CustodianProfileDownloaderServiceFactory::GetForProfile(
21 CustodianProfileDownloaderServiceFactory*
22 CustodianProfileDownloaderServiceFactory::GetInstance() {
23 return Singleton<CustodianProfileDownloaderServiceFactory>::get();
26 CustodianProfileDownloaderServiceFactory::
27 CustodianProfileDownloaderServiceFactory()
35 CustodianProfileDownloaderServiceFactory::
36 ~CustodianProfileDownloaderServiceFactory() {}
38 KeyedService* CustodianProfileDownloaderServiceFactory::BuildServiceInstanceFor(
custodian_profile_downloader_service_factory.h 14 class CustodianProfileDownloaderServiceFactory
19 static CustodianProfileDownloaderServiceFactory* GetInstance();
23 DefaultSingletonTraits<CustodianProfileDownloaderServiceFactory>;
25 CustodianProfileDownloaderServiceFactory();
26 virtual ~CustodianProfileDownloaderServiceFactory();

Completed in 63 milliseconds