Home
last modified time | relevance | path

Searched refs:CurrentSpeed (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_file.h67 virtual int64 CurrentSpeed() const = 0;
Dmock_download_file.h44 MOCK_CONST_METHOD0(CurrentSpeed, int64());
Ddownload_file_impl.cc191 int64 DownloadFileImpl::CurrentSpeed() const { in CurrentSpeed() function in content::DownloadFileImpl
312 observer_, file_.bytes_so_far(), CurrentSpeed(), in SendUpdate()
Ddownload_file_impl.h63 virtual int64 CurrentSpeed() const OVERRIDE;
Dsave_package.h238 int64 CurrentSpeed() const;
Dsave_package.cc806 all_save_items_count_, CurrentSpeed(), std::string()); in Finish()
837 completed_count(), CurrentSpeed(), std::string()); in SaveFinished()
884 completed_count(), CurrentSpeed(), std::string()); in SaveFailed()
959 int64 SavePackage::CurrentSpeed() const { in CurrentSpeed() function in content::SavePackage
Ddownload_item_impl_unittest.cc347 EXPECT_EQ(kDownloadSpeed, item->CurrentSpeed()); in TEST_F()
876 EXPECT_EQ(0l, item->CurrentSpeed()); in TEST_F()
885 EXPECT_EQ(20l, item->CurrentSpeed()); in TEST_F()
892 EXPECT_EQ(20l, item->CurrentSpeed()); in TEST_F()
Ddownload_item_impl.h136 virtual int64 CurrentSpeed() const OVERRIDE;
Ddownload_item_impl.cc655 int64 speed = CurrentSpeed(); in TimeRemaining()
664 int64 DownloadItemImpl::CurrentSpeed() const { in CurrentSpeed() function in content::DownloadItemImpl
Ddownload_manager_impl_unittest.cc120 MOCK_CONST_METHOD0(CurrentSpeed, int64());
/external/chromium_org/content/public/test/
Dmock_download_item.h67 MOCK_CONST_METHOD0(CurrentSpeed, int64());
/external/chromium_org/content/public/browser/
Ddownload_item.h261 virtual int64 CurrentSpeed() const = 0;
/external/chromium/chrome/browser/download/
Ddownload_item.h187 int64 CurrentSpeed() const;
Ddownload_item.cc441 int64 speed = CurrentSpeed(); in TimeRemaining()
450 int64 DownloadItem::CurrentSpeed() const { in CurrentSpeed() function in DownloadItem
Ddownload_util.cc700 int64 current_speed = download->CurrentSpeed(); in GetProgressStatusText()
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_mac.mm211 [progress setUserInfoObject:@(download->CurrentSpeed())
Ddownload_item_model.cc321 int64 current_speed = download_->CurrentSpeed(); in GetTabProgressStatusText()