Searched refs:hash_state_ (Results 1 – 3 of 3) sorted by relevance
82 hash_state_("xyzzy"), in DownloadFileTest()94 hash_state_ = hash_state; in SetUpdateDownloadInfo()98 observer_->CurrentUpdateStatus(bytes_, bytes_per_sec_, hash_state_); in ConfirmUpdateDownloadInfo()300 std::string hash_state_; member in content::DownloadFileTest599 EXPECT_EQ(download_file_->GetHashState(), hash_state_); in TEST_F()
610 return hash_state_; in GetHashState()976 hash_state_ = ""; in OnAllDataSaved()1009 hash_state_ = hash_state; in DestinationUpdate()1543 received_bytes_, &hash_state_)); in TransitionTo()1550 false, last_reason_, received_bytes_, &hash_state_)); in TransitionTo()1557 &hash_state_)); in TransitionTo()1663 hash_state_ = ""; in ResumeInterruptedDownload()
466 std::string hash_state_; variable