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

/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc191 int64 DownloadFileImpl::CurrentSpeed() const { function in class:content::DownloadFileImpl
312 observer_, file_.bytes_so_far(), CurrentSpeed(),
H A Dsave_package.cc806 all_save_items_count_, CurrentSpeed(), std::string());
837 completed_count(), CurrentSpeed(), std::string());
884 completed_count(), CurrentSpeed(), std::string());
959 int64 SavePackage::CurrentSpeed() const { function in class:content::SavePackage
H A Ddownload_item_impl.cc655 int64 speed = CurrentSpeed();
664 int64 DownloadItemImpl::CurrentSpeed() const { function in class:content::DownloadItemImpl
/external/chromium/chrome/browser/download/
H A Ddownload_item.cc441 int64 speed = CurrentSpeed();
450 int64 DownloadItem::CurrentSpeed() const { function in class:DownloadItem

Completed in 189 milliseconds