HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryHashKey (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_util_unittest.cc 13 using disk_cache::simple_util::GetEntryHashKey;
30 TEST_F(SimpleUtilTest, GetEntryHashKey) {
34 GetEntryHashKey("http://www.amazon.com/"));
38 EXPECT_EQ(GG_UINT64_C(0x9fe947998c2ccf47), GetEntryHashKey("www.amazon.com"));
41 EXPECT_EQ(GG_UINT64_C(0x0d4b6b5eeea339da), GetEntryHashKey(""));
45 EXPECT_EQ(GG_UINT64_C(0xa68ac2ecc87dfd04), GetEntryHashKey("http://www.domain.com/uoQ76Kb2QL5hzaVOSAKWeX0W9LfDLqphmRXpsfHN8tgF5lCsfTxlOVWY8vFwzhsRzoNYKhUIOTc5TnUlT0vpdQflPyk2nh7vurXOj60cDnkG3nsrXMhFCsPjhcZAic2jKpF9F9TYRYQwJo81IMi6gY01RK3ZcNl8WGfqcvoZ702UIdetvR7kiaqo1czwSJCMjRFdG6EgMzgXrwE8DYMz4fWqoa1F1c1qwTCBk3yOcmGTbxsPSJK5QRyNea9IFLrBTjfE7ZlN2vZiI7adcDYJef.htm"));
simple_util.h 32 NET_EXPORT_PRIVATE uint64 GetEntryHashKey(const std::string& key);
simple_util.cc 57 ConvertEntryHashKeyToHexString(GetEntryHashKey(key));
70 uint64 GetEntryHashKey(const std::string& key) {
simple_backend_impl.cc 352 const uint64 entry_hash = simple_util::GetEntryHashKey(key);
382 const uint64 entry_hash = simple_util::GetEntryHashKey(key);
401 const uint64 entry_hash = simple_util::GetEntryHashKey(key);
474 index_->UseIfExists(simple_util::GetEntryHashKey(key));
512 DCHECK_EQ(entry_hash, simple_util::GetEntryHashKey(key));
676 DCHECK_EQ(simple_entry->entry_hash(), simple_util::GetEntryHashKey(key));
simple_synchronous_entry.cc 131 using simple_util::GetEntryHashKey;
257 DCHECK_EQ(entry_hash, GetEntryHashKey(key));
    [all...]