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

/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.h43 class DownloadManager { class in namespace:WebKit
44 WTF_MAKE_NONCOPYABLE(DownloadManager);
47 static DownloadManager& shared();
58 DownloadManager();
H A DDownloadManager.cpp27 #include "DownloadManager.h"
37 DownloadManager& DownloadManager::shared()
39 DEFINE_STATIC_LOCAL(DownloadManager, downloadManager, ());
43 DownloadManager::DownloadManager() function in class:WebKit::DownloadManager
47 void DownloadManager::startDownload(uint64_t downloadID, WebPage* initiatingPage, const ResourceRequest& request)
56 void DownloadManager::convertHandleToDownload(uint64_t downloadID, WebPage* initiatingPage, ResourceHandle* handle, const ResourceRequest& request, const ResourceRequest& initialRequest, const ResourceResponse& response)
65 void DownloadManager::cancelDownload(uint64_t downloadID)
74 void DownloadManager
[all...]
/external/chromium/chrome/browser/download/
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
65 class DownloadManager class in inherits:base::RefCountedThreadSafe,DownloadStatusUpdaterDelegate,SelectFileDialog::Listener
66 : public base::RefCountedThreadSafe<DownloadManager,
71 explicit DownloadManager(DownloadStatusUpdater* status_updater);
77 // to the DownloadManager's collection of downloads.
84 // Called when the DownloadManager i
[all...]
H A Ddownload_manager.cc50 DownloadManager::DownloadManager(DownloadStatusUpdater* status_updater) function in class:DownloadManager
59 DownloadManager::~DownloadManager() {
65 void DownloadManager::Shutdown() {
97 // removed from the DownloadManager queues and deleted
98 // (specifically, DownloadManager::RemoveDownload only
137 void DownloadManager::GetTemporaryDownloads(
149 void DownloadManager::GetAllDownloads(
161 void 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 ...

Completed in 614 milliseconds