Searched refs:DownloadService (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_service_factory.cc13 DownloadService* DownloadServiceFactory::GetForBrowserContext(
15 return static_cast<DownloadService*>(
26 "DownloadService",
36 DownloadService* service =
37 new DownloadService(static_cast<Profile*>(profile));
H A Ddownload_service.cc26 DownloadService::DownloadService(Profile* profile) function in class:DownloadService
31 DownloadService::~DownloadService() {}
33 ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() {
79 DownloadHistory* DownloadService::GetDownloadHistory() {
87 bool DownloadService::HasCreatedDownloadManager() {
91 int DownloadService::DownloadCount() const {
98 int DownloadService::DownloadCountAllProfiles() {
114 void DownloadService
[all...]
H A Ddownload_service.h25 class DownloadService : public BrowserContextKeyedService { class in inherits:BrowserContextKeyedService
27 explicit DownloadService(Profile* profile);
28 virtual ~DownloadService();
97 DISALLOW_COPY_AND_ASSIGN(DownloadService);
H A Ddownload_service_factory.h12 class DownloadService;
16 // the associated DownloadService.
19 // Returns the DownloadService for |context|, creating if not yet created.
20 static DownloadService* GetForBrowserContext(
H A Ddownload_shelf_unittest.cc33 return new DownloadService(Profile::FromBrowserContext(context));
H A Dsave_page_browsertest.cc71 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
H A Ddownload_browsertest.cc395 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc153 DownloadService* download_service =
162 DownloadService* incognito_download_service =
278 int total_download_count = DownloadService::DownloadCountAllProfiles();
H A Dbrowser.cc689 int total_download_count = DownloadService::DownloadCountAllProfiles();
720 DownloadService* download_service =
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime.cc56 if (DownloadService::DownloadCountAllProfiles() > 0)
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1396 DownloadService* service = NULL;
1397 DownloadService* incognito_service = NULL;
1416 DownloadService* current_service =
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc2493 DownloadService* download_service(
2525 DownloadService* download_service =
2549 DownloadService* download_service =

Completed in 425 milliseconds