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

/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.h27 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile { class in namespace:content
34 // Note that the DownloadFileImpl automatically reads from the passed in
37 DownloadFileImpl(
47 virtual ~DownloadFileImpl();
121 scoped_ptr<base::RepeatingTimer<DownloadFileImpl> > update_timer_;
133 base::WeakPtrFactory<DownloadFileImpl> weak_factory_;
135 DISALLOW_COPY_AND_ASSIGN(DownloadFileImpl);
H A Ddownload_file_impl.cc36 DownloadFileImpl::DownloadFileImpl( function in class:content::DownloadFileImpl
61 DownloadFileImpl::~DownloadFileImpl() {
66 void DownloadFileImpl::Initialize(const InitializeCallback& callback) {
69 update_timer_.reset(new base::RepeatingTimer<DownloadFileImpl>());
79 base::Bind(&DownloadFileImpl::StreamActive, weak_factory_.GetWeakPtr()));
96 DownloadInterruptReason DownloadFileImpl::AppendDataToFile(
103 this, &DownloadFileImpl::SendUpdate);
109 void DownloadFileImpl
[all...]

Completed in 1309 milliseconds