Searched defs:DownloadManagerImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h35 class CONTENT_EXPORT DownloadManagerImpl : public DownloadManager, class in namespace:content
41 // for the lifetime of DownloadManagerImpl (until Shutdown() is called).
42 DownloadManagerImpl(net::NetLog* net_log, BrowserContext* browser_context);
43 virtual ~DownloadManagerImpl();
192 base::WeakPtrFactory<DownloadManagerImpl> weak_factory_;
194 DISALLOW_COPY_AND_ASSIGN(DownloadManagerImpl);
H A Ddownload_manager_impl.cc231 DownloadManagerImpl::DownloadManagerImpl( function in class:content::DownloadManagerImpl
245 DownloadManagerImpl::~DownloadManagerImpl() {
249 DownloadItemImpl* DownloadManagerImpl::CreateActiveItem(
261 void DownloadManagerImpl::GetNextId(const DownloadIdCallback& callback) {
271 void DownloadManagerImpl::DetermineDownloadTarget(
288 bool DownloadManagerImpl::ShouldCompleteDownload(
299 bool DownloadManagerImpl::ShouldOpenFileBasedOnExtension(
307 bool DownloadManagerImpl
[all...]

Completed in 78 milliseconds