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 26 DownloadService::DownloadService(Profile* profile)
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::SetDownloadManagerDelegateForTesting
    [all...]
download_service.h 25 class DownloadService : public BrowserContextKeyedService {
27 explicit DownloadService(Profile* profile);
28 virtual ~DownloadService();
97 DISALLOW_COPY_AND_ASSIGN(DownloadService);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 71 public class DownloadService extends Service {

Completed in 252 milliseconds