Home
last modified time | relevance | path

Searched refs:DownloadService (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_service.cc29 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 …]
Ddownload_service_factory.cc13 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()
Ddownload_service.h28 class DownloadService : public KeyedService {
30 explicit DownloadService(Profile* profile);
31 virtual ~DownloadService();
109 DISALLOW_COPY_AND_ASSIGN(DownloadService);
Ddownload_service_factory.h12 class DownloadService; variable
20 static DownloadService* GetForBrowserContext(
Ddownload_ui_controller_unittest.cc58 class TestDownloadService : public DownloadService {
73 : DownloadService(profile) { in TestDownloadService()
Ddownload_shelf_unittest.cc32 return new DownloadService(Profile::FromBrowserContext(context)); in CreateDownloadService()
Ddownload_item_model.cc562 DownloadService* download_service = in ShouldNotifyUI()
680 DownloadService* download_service = in OpenUsingPlatformHandler()
Dsave_page_browsertest.cc71 DownloadService* service = DownloadServiceFactory::GetForBrowserContext( in ~DownloadPersistedObserver()
Ddownload_browsertest.cc381 DownloadService* service = DownloadServiceFactory::GetForBrowserContext( in ~HistoryObserver()
/external/chromium_org/chrome/browser/lifetime/
Dbrowser_close_manager.cc74 int download_count = DownloadService::NonMaliciousDownloadCountAllProfiles(); in CheckForDownloadsInProgress()
111 DownloadService* download_service = in OnReportDownloadsCancellable()
Dbrowser_close_manager_browsertest.cc802 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()
Dapplication_lifetime.cc65 if (DownloadService::NonMaliciousDownloadCountAllProfiles() > 0) in AreAllBrowsersCloseable()
/external/chromium_org/chrome/browser/ui/
Dbrowser_close_browsertest.cc153 DownloadService* download_service = in CompleteAllDownloads()
162 DownloadService* incognito_download_service = in CompleteAllDownloads()
280 DownloadService::NonMaliciousDownloadCountAllProfiles(); in ExecuteDownloadCloseCheckCase()
Dbrowser.cc516 DownloadService::CancelAllDownloads(); in ~Browser()
720 DownloadService::NonMaliciousDownloadCountAllProfiles(); in OkToCloseWithInProgressDownloads()
751 DownloadService* download_service = in OkToCloseWithInProgressDownloads()
/external/chromium_org/chrome/browser/chromeos/drive/
Ddownload_handler.cc103 DownloadService* download_service = in IsPersistedDriveDownload()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc1446 DownloadService* service = NULL; in RunSync()
1447 DownloadService* incognito_service = NULL; in RunSync()
1466 DownloadService* current_service = in RunSync()
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc639 DownloadService* service = in ScheduleProfileForDeletion()
/external/chromium_org/tools/telemetry/unittest_data/
Dbatterystats_v7_no_data.csv750 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/
Dapp_controller_mac.mm847 DownloadService* download_service =