/external/chromium_org/chrome/browser/download/ |
D | download_service.cc | 29 DownloadService::DownloadService(Profile* profile) in DownloadService() function in DownloadService 34 DownloadService::~DownloadService() {} in ~DownloadService() 36 ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() { in GetDownloadManagerDelegate() 81 DownloadHistory* DownloadService::GetDownloadHistory() { in GetDownloadHistory() 89 bool DownloadService::HasCreatedDownloadManager() { in HasCreatedDownloadManager() 93 int DownloadService::NonMaliciousDownloadCount() const { in NonMaliciousDownloadCount() 100 void DownloadService::CancelDownloads() { in CancelDownloads() 117 int DownloadService::NonMaliciousDownloadCountAllProfiles() { in NonMaliciousDownloadCountAllProfiles() 135 void DownloadService::CancelAllDownloads() { in CancelAllDownloads() 141 DownloadService* service = in CancelAllDownloads() [all …]
|
D | download_service_factory.cc | 13 DownloadService* DownloadServiceFactory::GetForBrowserContext( in GetForBrowserContext() 15 return static_cast<DownloadService*>( in GetForBrowserContext() 36 DownloadService* service = in BuildServiceInstanceFor() 37 new DownloadService(static_cast<Profile*>(profile)); in BuildServiceInstanceFor()
|
D | download_service.h | 28 class DownloadService : public KeyedService { 30 explicit DownloadService(Profile* profile); 31 virtual ~DownloadService(); 109 DISALLOW_COPY_AND_ASSIGN(DownloadService);
|
D | download_service_factory.h | 12 class DownloadService; variable 20 static DownloadService* GetForBrowserContext(
|
D | download_ui_controller_unittest.cc | 58 class TestDownloadService : public DownloadService { 73 : DownloadService(profile) { in TestDownloadService()
|
D | download_shelf_unittest.cc | 32 return new DownloadService(Profile::FromBrowserContext(context)); in CreateDownloadService()
|
D | download_item_model.cc | 562 DownloadService* download_service = in ShouldNotifyUI() 680 DownloadService* download_service = in OpenUsingPlatformHandler()
|
D | save_page_browsertest.cc | 71 DownloadService* service = DownloadServiceFactory::GetForBrowserContext( in ~DownloadPersistedObserver()
|
D | download_browsertest.cc | 381 DownloadService* service = DownloadServiceFactory::GetForBrowserContext( in ~HistoryObserver()
|
/external/chromium_org/chrome/browser/lifetime/ |
D | browser_close_manager.cc | 74 int download_count = DownloadService::NonMaliciousDownloadCountAllProfiles(); in CheckForDownloadsInProgress() 111 DownloadService* download_service = in OnReportDownloadsCancellable()
|
D | browser_close_manager_browsertest.cc | 802 EXPECT_EQ(1, DownloadService::NonMaliciousDownloadCountAllProfiles()); in IN_PROC_BROWSER_TEST_P() 804 EXPECT_EQ(0, DownloadService::NonMaliciousDownloadCountAllProfiles()); in IN_PROC_BROWSER_TEST_P() 855 EXPECT_EQ(1, DownloadService::NonMaliciousDownloadCountAllProfiles()); in IN_PROC_BROWSER_TEST_P() 857 EXPECT_EQ(0, DownloadService::NonMaliciousDownloadCountAllProfiles()); in IN_PROC_BROWSER_TEST_P()
|
D | application_lifetime.cc | 65 if (DownloadService::NonMaliciousDownloadCountAllProfiles() > 0) in AreAllBrowsersCloseable()
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_close_browsertest.cc | 153 DownloadService* download_service = in CompleteAllDownloads() 162 DownloadService* incognito_download_service = in CompleteAllDownloads() 280 DownloadService::NonMaliciousDownloadCountAllProfiles(); in ExecuteDownloadCloseCheckCase()
|
D | browser.cc | 516 DownloadService::CancelAllDownloads(); in ~Browser() 720 DownloadService::NonMaliciousDownloadCountAllProfiles(); in OkToCloseWithInProgressDownloads() 751 DownloadService* download_service = in OkToCloseWithInProgressDownloads()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | download_handler.cc | 103 DownloadService* download_service = in IsPersistedDriveDownload()
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api.cc | 1446 DownloadService* service = NULL; in RunSync() 1447 DownloadService* incognito_service = NULL; in RunSync() 1466 DownloadService* current_service = in RunSync()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_manager.cc | 639 DownloadService* service = in ScheduleProfileForDeletion()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | batterystats_v7_no_data.csv | 750 7,10005,t,apk,0,com.android.providers.downloads,com.android.providers.downloads.DownloadService,808… 1348 7,10005,u,apk,0,com.android.providers.downloads,com.android.providers.downloads.DownloadService,808…
|
/external/chromium_org/chrome/browser/ |
D | app_controller_mac.mm | 847 DownloadService* download_service =
|