HomeSort by relevance Sort by last modified time
    Searched defs:DownloadFileImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/download/
download_file_impl.cc 36 DownloadFileImpl::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::RenameAndUniquify
    [all...]
download_file_impl.h 27 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
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);

Completed in 349 milliseconds