OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustodianProfileDownloaderServiceFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/managed_mode/
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
() {}
39
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 30 milliseconds