HomeSort by relevance Sort by last modified time
    Searched refs:CurrentSpeed (Results 1 - 13 of 13) 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 61 virtual int64 CurrentSpeed() const OVERRIDE;
download_file_impl.cc 231 int64 DownloadFileImpl::CurrentSpeed() const {
352 observer_, file_.bytes_so_far(), CurrentSpeed(),
save_package.h 237 int64 CurrentSpeed() const;
download_item_impl.h 140 virtual int64 CurrentSpeed() const OVERRIDE;
save_package.cc 802 all_save_items_count_, CurrentSpeed(), std::string());
833 completed_count(), CurrentSpeed(), std::string());
    [all...]
download_item_impl_unittest.cc 347 EXPECT_EQ(kDownloadSpeed, item->CurrentSpeed());
    [all...]
download_manager_impl_unittest.cc 122 MOCK_CONST_METHOD0(CurrentSpeed, int64());
download_item_impl.cc 692 int64 speed = CurrentSpeed();
701 int64 DownloadItemImpl::CurrentSpeed() const {
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 269 virtual int64 CurrentSpeed() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 82 MOCK_CONST_METHOD0(CurrentSpeed, int64());
  /external/chromium_org/chrome/browser/download/
download_item_model.cc 332 int64 current_speed = download_->CurrentSpeed();

Completed in 126 milliseconds