Home
last modified time | relevance | path

Searched refs:bytes_per_sec_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_file_unittest.cc124 bytes_per_sec_(-1), in DownloadFileTest()
136 bytes_per_sec_ = bytes_per_sec; in SetUpdateDownloadInfo()
141 observer_->CurrentUpdateStatus(bytes_, bytes_per_sec_, hash_state_); in ConfirmUpdateDownloadInfo()
340 int64 bytes_per_sec_; member in content::DownloadFileTest
Ddownload_item_impl.cc142 bytes_per_sec_(0), in DownloadItemImpl()
194 bytes_per_sec_(0), in DownloadItemImpl()
251 bytes_per_sec_(0), in DownloadItemImpl()
704 return bytes_per_sec_; in CurrentSpeed()
1048 bytes_per_sec_ = bytes_per_sec; in DestinationUpdate()
Ddownload_item_impl.h468 int64 bytes_per_sec_; variable