Searched refs:GetResourceURLFromHttpCacheKey (Results 1 – 4 of 4) sorted by relevance
256 static std::string GetResourceURLFromHttpCacheKey(const std::string& key);
41 GURL url(HttpCache::GetResourceURLFromHttpCacheKey(key)); in GetTestModeForEntry()
575 std::string HttpCache::GetResourceURLFromHttpCacheKey(const std::string& key) { in GetResourceURLFromHttpCacheKey() function in net::HttpCache
13096 TEST_F(HttpSplitCacheKeyTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument13106 EXPECT_EQ(GURL(url).spec(), HttpCache::GetResourceURLFromHttpCacheKey(key)); in TEST_F()13110 TEST_F(HttpCacheTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument13133 HttpCache::GetResourceURLFromHttpCacheKey(test.input)); in TEST_F()