HomeSort by relevance Sort by last modified time
    Searched defs:DownloadService (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/download/
download_service.cc 29 DownloadService::DownloadService(Profile* profile)
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::NonMaliciousDownloadCountAllProfiles()
    [all...]
download_service.h 28 class DownloadService : public KeyedService {
30 explicit DownloadService(Profile* profile);
31 virtual ~DownloadService();
109 DISALLOW_COPY_AND_ASSIGN(DownloadService);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 77 public class DownloadService extends Service {

Completed in 272 milliseconds