Home
last modified time | relevance | path

Searched defs:DownloadManager (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_file.h18 class DownloadManager; variable
Ddownload_file_factory.h24 class DownloadManager; variable
Ddownload_request_handle.h16 class DownloadManager; variable
Ddownload_file_impl.h24 class DownloadManager; variable
Ddrag_download_file.h24 class DownloadManager; variable
/external/chromium_org/chrome/browser/download/
Dchrome_download_manager_delegate.h26 class DownloadManager; variable
Ddownload_file_picker.h17 class DownloadManager; variable
Ddownload_service.h20 class DownloadManager; variable
Ddownload_prefs.h18 class DownloadManager; variable
Ddownload_shelf.h22 class DownloadManager; variable
/external/chromium_org/content/shell/browser/
Dshell_download_manager_delegate.h15 class DownloadManager; variable
/external/chromium_org/chrome/browser/chromeos/drive/
Ddownload_handler.h18 class DownloadManager; variable
/external/chromium_org/chrome/browser/plugins/
Dplugin_installer.h21 class DownloadManager; variable
/external/chromium_org/content/public/browser/
Dbrowser_context.h36 class DownloadManager; variable
Ddownload_item.h43 class DownloadManager; variable
/external/chromium_org/content/public/test/
Dtest_file_error_injector.h22 class DownloadManager; variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
Dpopup.js521 var DownloadManager = {}; variable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java66 SYSTEM_SERVICE_MAP.put(Context.DOWNLOAD_SERVICE, "android.app.DownloadManager"); in SYSTEM_SERVICE_MAP.put()