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

  /external/chromium_org/chrome/browser/download/
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...]
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.cc 124 count += DownloadServiceFactory::GetForBrowserContext(*it)->
127 count += DownloadServiceFactory::GetForBrowserContext(
142 DownloadServiceFactory::GetForBrowserContext(*it);
download_test_file_activity_observer.cc 75 DownloadServiceFactory::GetForBrowserContext(profile)->
download_shelf_unittest.cc 52 DownloadServiceFactory::GetInstance()->SetTestingFactory(
57 DownloadServiceFactory::GetInstance()->SetTestingFactory(
download_shelf.cc 325 if (!DownloadServiceFactory::GetForBrowserContext(
download_item_model.cc 563 DownloadServiceFactory::GetForBrowserContext(profile);
691 DownloadServiceFactory::GetForBrowserContext(
download_ui_controller_unittest.cc 191 DownloadServiceFactory::GetInstance()->SetTestingFactoryAndUse(
save_page_browsertest.cc 67 DownloadServiceFactory::GetForBrowserContext(profile_)->
72 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
470 DownloadServiceFactory::GetForBrowserContext(browser()->profile())->
chrome_download_manager_delegate.cc 523 DownloadServiceFactory::GetForBrowserContext(profile_)
download_browsertest.cc 380 DownloadServiceFactory::GetForBrowserContext(profile_)->
385 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
407 DownloadServiceFactory::GetForBrowserContext(profile_)->
    [all...]
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.cc 112 DownloadServiceFactory::GetForBrowserContext(*it);
browser_close_manager_browsertest.cc 742 DownloadServiceFactory::GetForBrowserContext(browser()->profile())->
    [all...]
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 183 DownloadServiceFactory::GetInstance();
off_the_record_profile_impl.cc 287 return DownloadServiceFactory::GetForBrowserContext(this)->
profile_manager.cc 632 DownloadServiceFactory::GetForBrowserContext(profile);
    [all...]
profile_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 154 DownloadServiceFactory::GetForBrowserContext(*pit);
163 DownloadServiceFactory::GetForBrowserContext(
browser.cc 765 DownloadServiceFactory::GetForBrowserContext(profile());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 104 DownloadServiceFactory::GetForBrowserContext(
drive_integration_service.cc 621 DependsOn(DownloadServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]
downloads_api_browsertest.cc     [all...]

Completed in 8991 milliseconds