HomeSort by relevance Sort by last modified time
    Searched refs:CurrentSpeed (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/download/
download_file.h 67 virtual int64 CurrentSpeed() const = 0;
mock_download_file.h 44 MOCK_CONST_METHOD0(CurrentSpeed, int64());
download_file_impl.h 63 virtual int64 CurrentSpeed() const OVERRIDE;
download_file_impl.cc 191 int64 DownloadFileImpl::CurrentSpeed() const {
312 observer_, file_.bytes_so_far(), CurrentSpeed(),
save_package.h 238 int64 CurrentSpeed() const;
download_item_impl.h 136 virtual int64 CurrentSpeed() const OVERRIDE;
download_item_impl_unittest.cc 352 EXPECT_EQ(kDownloadSpeed, item->CurrentSpeed());
    [all...]
save_package.cc 806 all_save_items_count_, CurrentSpeed(), std::string());
837 completed_count(), CurrentSpeed(), std::string());
    [all...]
download_manager_impl_unittest.cc 120 MOCK_CONST_METHOD0(CurrentSpeed, int64());
download_item_impl.cc 653 int64 speed = CurrentSpeed();
662 int64 DownloadItemImpl::CurrentSpeed() const {
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 261 virtual int64 CurrentSpeed() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 67 MOCK_CONST_METHOD0(CurrentSpeed, int64());
  /external/chromium/chrome/browser/download/
download_item.h 187 int64 CurrentSpeed() const;
download_item.cc 441 int64 speed = CurrentSpeed();
450 int64 DownloadItem::CurrentSpeed() const {
download_util.cc 700 int64 current_speed = download->CurrentSpeed();
    [all...]
  /external/chromium_org/chrome/browser/download/
download_util.cc 222 int64 current_speed = download->CurrentSpeed();

Completed in 496 milliseconds