Searched defs:DownloadService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_service.cc29 DownloadService::DownloadService(Profile* profile) function in class:DownloadService
34 DownloadService::~DownloadService() {}
36 ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() {
81 DownloadHistory* DownloadService::GetDownloadHistory() {
89 bool DownloadService::HasCreatedDownloadManager() {
93 int DownloadService::NonMaliciousDownloadCount() const {
100 void DownloadService::CancelDownloads() {
117 int DownloadService
[all...]
H A Ddownload_service.h28 class DownloadService : public KeyedService { class in inherits:KeyedService
30 explicit DownloadService(Profile* profile);
31 virtual ~DownloadService();
109 DISALLOW_COPY_AND_ASSIGN(DownloadService);

Completed in 116 milliseconds