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

/external/chromium_org/chrome/browser/download/
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::NonMaliciousDownloadCount() const {
99 int DownloadService::NonMaliciousDownloadCountAllProfiles() {
117 void DownloadService
[all...]
H A Ddownload_service.h24 class DownloadService : public BrowserContextKeyedService { class in inherits:BrowserContextKeyedService
26 explicit DownloadService(Profile* profile);
27 virtual ~DownloadService();
100 DISALLOW_COPY_AND_ASSIGN(DownloadService);

Completed in 72 milliseconds