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

  /external/chromium_org/chrome/browser/download/
download_service_factory.h 17 class DownloadServiceFactory : public BrowserContextKeyedServiceFactory {
23 static DownloadServiceFactory* GetInstance();
33 friend struct DefaultSingletonTraits<DownloadServiceFactory>;
35 DownloadServiceFactory();
36 virtual ~DownloadServiceFactory();
download_service_factory.cc 13 DownloadService* DownloadServiceFactory::GetForBrowserContext(
20 DownloadServiceFactory* DownloadServiceFactory::GetInstance() {
21 return Singleton<DownloadServiceFactory>::get();
24 DownloadServiceFactory::DownloadServiceFactory()
31 DownloadServiceFactory::~DownloadServiceFactory() {
34 KeyedService* DownloadServiceFactory::BuildServiceInstanceFor(
45 content::BrowserContext* DownloadServiceFactory::GetBrowserContextToUse
    [all...]

Completed in 64 milliseconds