Searched defs:DownloadManager (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_manager.h5 // The DownloadManager object manages the process of downloading, including
7 // the downloads view in the Destinations tab. There is one DownloadManager per
14 // DownloadManager::Observer:
21 // The DownloadManager uses the history service for storing persistent
24 // DownloadManager is constructed, we query the history service for the state of
57 class CONTENT_EXPORT DownloadManager : public base::SupportsUserData::Data { class in namespace:content
59 virtual ~DownloadManager() {}
61 // Sets/Gets the delegate for this DownloadManager. The delegate has to live
62 // past its Shutdown method being called (by the DownloadManager).
73 // to the DownloadManager'
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js444 DownloadManager.startPollingProgress();
521 var DownloadManager = {};
523 DownloadManager.showingOlder = false;
525 DownloadManager.getItem = function(id) {
530 DownloadManager.getOrCreate = function(data) {
531 var item = DownloadManager.getItem(data.id);
535 DownloadManager.forEachItem = function(cb) {
542 DownloadManager.startPollingProgress = function() {
543 if (DownloadManager.startPollingProgress.tid < 0) {
544 DownloadManager
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 170 milliseconds