Searched refs:DownloadServiceFactory (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/download/
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...]
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.cc124 count += DownloadServiceFactory::GetForBrowserContext(*it)->
127 count += DownloadServiceFactory::GetForBrowserContext(
142 DownloadServiceFactory::GetForBrowserContext(*it);
H A Ddownload_test_file_activity_observer.cc75 DownloadServiceFactory::GetForBrowserContext(profile)->
H A Ddownload_shelf_unittest.cc52 DownloadServiceFactory::GetInstance()->SetTestingFactory(
57 DownloadServiceFactory::GetInstance()->SetTestingFactory(
H A Ddownload_shelf.cc325 if (!DownloadServiceFactory::GetForBrowserContext(
H A Ddownload_item_model.cc563 DownloadServiceFactory::GetForBrowserContext(profile);
691 DownloadServiceFactory::GetForBrowserContext(
H A Ddownload_ui_controller_unittest.cc191 DownloadServiceFactory::GetInstance()->SetTestingFactoryAndUse(
H A Dsave_page_browsertest.cc67 DownloadServiceFactory::GetForBrowserContext(profile_)->
72 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
470 DownloadServiceFactory::GetForBrowserContext(browser()->profile())->
H A Dchrome_download_manager_delegate.cc523 DownloadServiceFactory::GetForBrowserContext(profile_)
H A Ddownload_browsertest.cc380 DownloadServiceFactory::GetForBrowserContext(profile_)->
385 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
407 DownloadServiceFactory::GetForBrowserContext(profile_)->
3161 DownloadPrefs* on_prefs = DownloadServiceFactory::GetForBrowserContext(
3163 DownloadPrefs* off_prefs = DownloadServiceFactory::GetForBrowserContext(
/external/chromium_org/chrome/browser/lifetime/
H A Dbrowser_close_manager.cc112 DownloadServiceFactory::GetForBrowserContext(*it);
H A Dbrowser_close_manager_browsertest.cc742 DownloadServiceFactory::GetForBrowserContext(browser()->profile())->
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc183 DownloadServiceFactory::GetInstance();
H A Doff_the_record_profile_impl.cc287 return DownloadServiceFactory::GetForBrowserContext(this)->
H A Dprofile_manager.cc632 DownloadServiceFactory::GetForBrowserContext(profile);
1104 DCHECK(DownloadServiceFactory::GetForBrowserContext(profile)->
H A Dprofile_impl.cc1119 return DownloadServiceFactory::GetForBrowserContext(this)->
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc154 DownloadServiceFactory::GetForBrowserContext(*pit);
163 DownloadServiceFactory::GetForBrowserContext(
H A Dbrowser.cc765 DownloadServiceFactory::GetForBrowserContext(profile());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc104 DownloadServiceFactory::GetForBrowserContext(
H A Ddrive_integration_service.cc621 DependsOn(DownloadServiceFactory::GetInstance());
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1458 service = DownloadServiceFactory::GetForBrowserContext(
1464 incognito_service = DownloadServiceFactory::GetForBrowserContext(
1476 DownloadServiceFactory::GetForBrowserContext(browser->profile());
H A Ddownloads_api_browsertest.cc4001 EXPECT_FALSE(DownloadServiceFactory::GetForBrowserContext(
4004 EXPECT_TRUE(DownloadServiceFactory::GetForBrowserContext(

Completed in 3265 milliseconds