GetHashState 91 content/browser/download/base_file.h virtual std::string GetHashState(); GetHashState 329 content/browser/download/base_file_unittest.cc EXPECT_STRNE(std::string().c_str(), base_file_->GetHashState().c_str()); GetHashState 331 content/browser/download/base_file_unittest.cc EXPECT_STRNE(std::string().c_str(), base_file_->GetHashState().c_str()); GetHashState 385 content/browser/download/base_file_unittest.cc hash_state = base_file_->GetHashState(); GetHashState 74 content/browser/download/download_file.h virtual std::string GetHashState() = 0; GetHashState 200 content/browser/download/download_file_impl.cc return file_.GetHashState(); GetHashState 313 content/browser/download/download_file_impl.cc GetHashState())); GetHashState 65 content/browser/download/download_file_impl.h virtual std::string GetHashState() OVERRIDE; GetHashState 599 content/browser/download/download_file_unittest.cc EXPECT_EQ(download_file_->GetHashState(), hash_state_); GetHashState 1710 content/browser/download/download_item_impl.cc download_params->set_hash_state(GetHashState()); GetHashState 132 content/browser/download/download_item_impl.h virtual const std::string& GetHashState() const OVERRIDE; GetHashState 908 content/browser/download/download_item_impl_unittest.cc EXPECT_EQ("", item->GetHashState()); GetHashState 917 content/browser/download/download_item_impl_unittest.cc EXPECT_EQ("deadbeef", item->GetHashState()); GetHashState 924 content/browser/download/download_item_impl_unittest.cc EXPECT_EQ("livebeef", item->GetHashState()); GetHashState 960 content/browser/download/download_item_impl_unittest.cc EXPECT_EQ("", item->GetHashState()); GetHashState 969 content/browser/download/download_item_impl_unittest.cc EXPECT_EQ("deadbeef", item->GetHashState()); GetHashState 977 content/browser/download/download_item_impl_unittest.cc EXPECT_EQ("", item->GetHashState()); GetHashState 145 content/browser/download/download_manager_impl_unittest.cc MOCK_CONST_METHOD0(GetHashState, const std::string&()); GetHashState 46 content/browser/download/mock_download_file.h MOCK_METHOD0(GetHashState, std::string()); GetHashState 234 content/public/browser/download_item.h virtual const std::string& GetHashState() const = 0; GetHashState 63 content/public/test/mock_download_item.h MOCK_CONST_METHOD0(GetHashState, const std::string&());