Home
last modified time | relevance | path

Searched refs:GetEntryHashKeyAsHexString (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_util_unittest.cc11 using disk_cache::simple_util::GetEntryHashKeyAsHexString;
32 GetEntryHashKeyAsHexString("http://www.amazon.com/")); in TEST_F()
37 GetEntryHashKeyAsHexString("www.amazon.com")); in TEST_F()
40 EXPECT_EQ("0d4b6b5eeea339da", GetEntryHashKeyAsHexString("")); in TEST_F()
43 …EXPECT_EQ("a68ac2ecc87dfd04", GetEntryHashKeyAsHexString("http://www.domain.com/uoQ76Kb2QL5hzaVOSA… in TEST_F()
Dsimple_util.cc57 std::string GetEntryHashKeyAsHexString(const std::string& key) { in GetEntryHashKeyAsHexString() function
93 return GetEntryHashKeyAsHexString(key) + in GetFilenameFromKeyAndFileIndex()
Dsimple_util.h27 NET_EXPORT_PRIVATE std::string GetEntryHashKeyAsHexString(