Searched defs:CurrentSpeed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc231 int64 DownloadFileImpl::CurrentSpeed() const { function in class:content::DownloadFileImpl
352 observer_, file_.bytes_so_far(), CurrentSpeed(),
H A Dsave_package.cc802 all_save_items_count_, CurrentSpeed(), std::string());
833 completed_count(), CurrentSpeed(), std::string());
880 completed_count(), CurrentSpeed(), std::string());
955 int64 SavePackage::CurrentSpeed() const { function in class:content::SavePackage
H A Ddownload_item_impl.cc692 int64 speed = CurrentSpeed();
701 int64 DownloadItemImpl::CurrentSpeed() const { function in class:content::DownloadItemImpl

Completed in 166 milliseconds