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.cc82 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::DownloadFileTest
599 EXPECT_EQ(download_file_->GetHashState(), hash_state_); in TEST_F()
Ddownload_item_impl.cc610 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()
Ddownload_item_impl.h466 std::string hash_state_; variable