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

  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service_factory.cc 13 CustodianProfileDownloaderServiceFactory::GetForProfile(
20 CustodianProfileDownloaderServiceFactory*
21 CustodianProfileDownloaderServiceFactory::GetInstance() {
22 return Singleton<CustodianProfileDownloaderServiceFactory>::get();
25 CustodianProfileDownloaderServiceFactory::
26 CustodianProfileDownloaderServiceFactory()
32 CustodianProfileDownloaderServiceFactory::
33 ~CustodianProfileDownloaderServiceFactory() {}
36 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 744 milliseconds