Home
last modified time | relevance | path

Searched refs:GetHashState (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_file_impl.cc199 std::string DownloadFileImpl::GetHashState() { in GetHashState() function in content::DownloadFileImpl
200 return file_.GetHashState(); in GetHashState()
313 GetHashState())); in SendUpdate()
Ddownload_file.h74 virtual std::string GetHashState() = 0;
Dmock_download_file.h46 MOCK_METHOD0(GetHashState, std::string());
Dbase_file.h92 virtual std::string GetHashState();
Ddownload_file_impl.h65 virtual std::string GetHashState() OVERRIDE;
Dbase_file_unittest.cc332 EXPECT_STRNE(std::string().c_str(), base_file_->GetHashState().c_str()); in TEST_F()
334 EXPECT_STRNE(std::string().c_str(), base_file_->GetHashState().c_str()); in TEST_F()
388 hash_state = base_file_->GetHashState(); in TEST_F()
Ddownload_item_impl_unittest.cc877 EXPECT_EQ("", item->GetHashState()); in TEST_F()
886 EXPECT_EQ("deadbeef", item->GetHashState()); in TEST_F()
893 EXPECT_EQ("livebeef", item->GetHashState()); in TEST_F()
929 EXPECT_EQ("", item->GetHashState()); in TEST_F()
938 EXPECT_EQ("deadbeef", item->GetHashState()); in TEST_F()
946 EXPECT_EQ("", item->GetHashState()); in TEST_F()
Dbase_file.cc232 std::string BaseFile::GetHashState() { in GetHashState() function in content::BaseFile
Ddownload_item_impl.h130 virtual const std::string& GetHashState() const OVERRIDE;
Ddownload_item_impl.cc609 const std::string& DownloadItemImpl::GetHashState() const { in GetHashState() function in content::DownloadItemImpl
1674 download_params->set_hash_state(GetHashState()); in ResumeInterruptedDownload()
Ddownload_file_unittest.cc599 EXPECT_EQ(download_file_->GetHashState(), hash_state_); in TEST_F()
Ddownload_manager_impl_unittest.cc143 MOCK_CONST_METHOD0(GetHashState, const std::string&());
/external/chromium_org/content/public/test/
Dmock_download_item.h61 MOCK_CONST_METHOD0(GetHashState, const std::string&());
/external/chromium_org/content/public/browser/
Ddownload_item.h232 virtual const std::string& GetHashState() const = 0;