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

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.h32 class CONTENT_EXPORT DownloadItemImpl class in namespace:content
48 // DownloadItemImplDelegate passed to a DownloadItemImpl constructor
49 // outlives the DownloadItemImpl.
53 DownloadItemImpl(DownloadItemImplDelegate* delegate,
75 DownloadItemImpl(DownloadItemImplDelegate* delegate,
82 DownloadItemImpl(DownloadItemImplDelegate* delegate,
90 virtual ~DownloadItemImpl();
162 // All remaining public interfaces virtual to allow for DownloadItemImpl
185 // TODO(rdsmith): Unwind DownloadManagerImpl and DownloadItemImpl,
201 // DownloadItemImpl routine
[all...]
H A Ddownload_item_impl.cc70 base::WeakPtr<DownloadItemImpl> item,
107 const int DownloadItemImpl::kMaxAutoResumeAttempts = 5;
110 DownloadItemImpl::DownloadItemImpl(DownloadItemImplDelegate* delegate, function in class:content::DownloadItemImpl
170 DownloadItemImpl::DownloadItemImpl( function in class:content::DownloadItemImpl
229 DownloadItemImpl::DownloadItemImpl( function in class:content::DownloadItemImpl
274 DownloadItemImpl::~DownloadItemImpl() {
[all...]

Completed in 428 milliseconds