GetEntryHashKey   352 net/disk_cache/simple/simple_backend_impl.cc   const uint64 entry_hash = simple_util::GetEntryHashKey(key);
GetEntryHashKey   382 net/disk_cache/simple/simple_backend_impl.cc   const uint64 entry_hash = simple_util::GetEntryHashKey(key);
GetEntryHashKey   401 net/disk_cache/simple/simple_backend_impl.cc   const uint64 entry_hash = simple_util::GetEntryHashKey(key);
GetEntryHashKey   474 net/disk_cache/simple/simple_backend_impl.cc   index_->UseIfExists(simple_util::GetEntryHashKey(key));
GetEntryHashKey   512 net/disk_cache/simple/simple_backend_impl.cc   DCHECK_EQ(entry_hash, simple_util::GetEntryHashKey(key));
GetEntryHashKey   676 net/disk_cache/simple/simple_backend_impl.cc       DCHECK_EQ(simple_entry->entry_hash(), simple_util::GetEntryHashKey(key));
GetEntryHashKey   240 net/disk_cache/simple/simple_entry_impl.cc   DCHECK_EQ(entry_hash_, simple_util::GetEntryHashKey(key_));
GetEntryHashKey   101 net/disk_cache/simple/simple_index_unittest.cc     return disk_cache::simple_util::GetEntryHashKey(
GetEntryHashKey   116 net/disk_cache/simple/simple_synchronous_entry.cc using simple_util::GetEntryHashKey;
GetEntryHashKey   242 net/disk_cache/simple/simple_synchronous_entry.cc   DCHECK_EQ(entry_hash, GetEntryHashKey(key));
GetEntryHashKey    59 net/disk_cache/simple/simple_util.cc       ConvertEntryHashKeyToHexString(GetEntryHashKey(key));
GetEntryHashKey    32 net/disk_cache/simple/simple_util.h NET_EXPORT_PRIVATE uint64 GetEntryHashKey(const std::string& key);
GetEntryHashKey    13 net/disk_cache/simple/simple_util_unittest.cc using disk_cache::simple_util::GetEntryHashKey;
GetEntryHashKey    30 net/disk_cache/simple/simple_util_unittest.cc TEST_F(SimpleUtilTest, GetEntryHashKey) {
GetEntryHashKey    34 net/disk_cache/simple/simple_util_unittest.cc             GetEntryHashKey("http://www.amazon.com/"));
GetEntryHashKey    38 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_EQ(GG_UINT64_C(0x9fe947998c2ccf47), GetEntryHashKey("www.amazon.com"));
GetEntryHashKey    41 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_EQ(GG_UINT64_C(0x0d4b6b5eeea339da), GetEntryHashKey(""));
GetEntryHashKey    45 net/disk_cache/simple/simple_util_unittest.cc   EXPECT_EQ(GG_UINT64_C(0xa68ac2ecc87dfd04), GetEntryHashKey("http://www.domain.com/uoQ76Kb2QL5hzaVOSAKWeX0W9LfDLqphmRXpsfHN8tgF5lCsfTxlOVWY8vFwzhsRzoNYKhUIOTc5TnUlT0vpdQflPyk2nh7vurXOj60cDnkG3nsrXMhFCsPjhcZAic2jKpF9F9TYRYQwJo81IMi6gY01RK3ZcNl8WGfqcvoZ702UIdetvR7kiaqo1czwSJCMjRFdG6EgMzgXrwE8DYMz4fWqoa1F1c1qwTCBk3yOcmGTbxsPSJK5QRyNea9IFLrBTjfE7ZlN2vZiI7adcDYJef.htm"));