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.h 28 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
35 // Note that the DownloadFileImpl automatically reads from the passed in
38 DownloadFileImpl(
49 virtual ~DownloadFileImpl();
94 scoped_ptr<base::RepeatingTimer<DownloadFileImpl> > update_timer_;
106 base::WeakPtrFactory<DownloadFileImpl> weak_factory_;
111 DISALLOW_COPY_AND_ASSIGN(DownloadFileImpl);
download_file_impl.cc 31 DownloadFileImpl::DownloadFileImpl(
58 DownloadFileImpl::~DownloadFileImpl() {
63 void DownloadFileImpl::Initialize(const InitializeCallback& callback) {
66 update_timer_.reset(new base::RepeatingTimer<DownloadFileImpl>());
76 base::Bind(&DownloadFileImpl::StreamActive, weak_factory_.GetWeakPtr()));
93 DownloadInterruptReason DownloadFileImpl::AppendDataToFile(
100 this, &DownloadFileImpl::SendUpdate);
106 void DownloadFileImpl::RenameAndUniquify
    [all...]

Completed in 550 milliseconds