Searched refs:CurrentSpeed (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/content/browser/download/ |
D | download_file.h | 67 virtual int64 CurrentSpeed() const = 0;
|
D | mock_download_file.h | 44 MOCK_CONST_METHOD0(CurrentSpeed, int64());
|
D | download_file_impl.cc | 191 int64 DownloadFileImpl::CurrentSpeed() const { in CurrentSpeed() function in content::DownloadFileImpl 312 observer_, file_.bytes_so_far(), CurrentSpeed(), in SendUpdate()
|
D | download_file_impl.h | 63 virtual int64 CurrentSpeed() const OVERRIDE;
|
D | save_package.h | 238 int64 CurrentSpeed() const;
|
D | save_package.cc | 806 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
|
D | download_item_impl_unittest.cc | 347 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()
|
D | download_item_impl.h | 136 virtual int64 CurrentSpeed() const OVERRIDE;
|
D | download_item_impl.cc | 655 int64 speed = CurrentSpeed(); in TimeRemaining() 664 int64 DownloadItemImpl::CurrentSpeed() const { in CurrentSpeed() function in content::DownloadItemImpl
|
D | download_manager_impl_unittest.cc | 120 MOCK_CONST_METHOD0(CurrentSpeed, int64());
|
/external/chromium_org/content/public/test/ |
D | mock_download_item.h | 67 MOCK_CONST_METHOD0(CurrentSpeed, int64());
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 261 virtual int64 CurrentSpeed() const = 0;
|
/external/chromium/chrome/browser/download/ |
D | download_item.h | 187 int64 CurrentSpeed() const;
|
D | download_item.cc | 441 int64 speed = CurrentSpeed(); in TimeRemaining() 450 int64 DownloadItem::CurrentSpeed() const { in CurrentSpeed() function in DownloadItem
|
D | download_util.cc | 700 int64 current_speed = download->CurrentSpeed(); in GetProgressStatusText()
|
/external/chromium_org/chrome/browser/download/ |
D | download_status_updater_mac.mm | 211 [progress setUserInfoObject:@(download->CurrentSpeed())
|
D | download_item_model.cc | 321 int64 current_speed = download_->CurrentSpeed(); in GetTabProgressStatusText()
|