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 27 class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
34 // Note that the DownloadFileImpl automatically reads from the passed in
37 DownloadFileImpl(
47 virtual ~DownloadFileImpl();
92 scoped_ptr<base::RepeatingTimer<DownloadFileImpl> > update_timer_;
104 base::WeakPtrFactory<DownloadFileImpl> weak_factory_;
106 DISALLOW_COPY_AND_ASSIGN(DownloadFileImpl);
download_file_impl.cc 30 DownloadFileImpl::DownloadFileImpl(
55 DownloadFileImpl::~DownloadFileImpl() {
60 void DownloadFileImpl::Initialize(const InitializeCallback& callback) {
63 update_timer_.reset(new base::RepeatingTimer<DownloadFileImpl>());
73 base::Bind(&DownloadFileImpl::StreamActive, weak_factory_.GetWeakPtr()));
90 DownloadInterruptReason DownloadFileImpl::AppendDataToFile(
97 this, &DownloadFileImpl::SendUpdate);
103 void DownloadFileImpl::RenameAndUniquify
    [all...]

Completed in 894 milliseconds