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

/external/chromium_org/chrome/browser/download/
H A Ddownload_service_factory.h17 class DownloadServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
23 static DownloadServiceFactory* GetInstance();
33 friend struct DefaultSingletonTraits<DownloadServiceFactory>;
35 DownloadServiceFactory();
36 virtual ~DownloadServiceFactory();
H A Ddownload_service_factory.cc13 DownloadService* DownloadServiceFactory::GetForBrowserContext(
20 DownloadServiceFactory* DownloadServiceFactory::GetInstance() {
21 return Singleton<DownloadServiceFactory>::get();
24 DownloadServiceFactory::DownloadServiceFactory() function in class:DownloadServiceFactory
31 DownloadServiceFactory::~DownloadServiceFactory() {
34 KeyedService* DownloadServiceFactory::BuildServiceInstanceFor(
45 content::BrowserContext* DownloadServiceFactory
[all...]

Completed in 102 milliseconds