Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Ddownload_file_unittest.cc125 hash_state_("xyzzy"), in DownloadFileTest()
137 hash_state_ = hash_state; in SetUpdateDownloadInfo()
141 observer_->CurrentUpdateStatus(bytes_, bytes_per_sec_, hash_state_); in ConfirmUpdateDownloadInfo()
341 std::string hash_state_; member in content::DownloadFileTest
788 EXPECT_EQ(download_file_->GetHashState(), hash_state_); in TEST_F()
Ddownload_item_impl.cc636 return hash_state_; in GetHashState()
1016 hash_state_ = ""; in OnAllDataSaved()
1049 hash_state_ = hash_state; in DestinationUpdate()
1585 received_bytes_, &hash_state_)); in TransitionTo()
1592 false, last_reason_, received_bytes_, &hash_state_)); in TransitionTo()
1599 &hash_state_)); in TransitionTo()
1706 hash_state_ = ""; in ResumeInterruptedDownload()
Ddownload_item_impl.h477 std::string hash_state_; variable