Searched refs:GetResourceURLFromHttpCacheKey (Results 1 – 4 of 4) sorted by relevance
254 static std::string GetResourceURLFromHttpCacheKey(const std::string& key);
41 GURL url(HttpCache::GetResourceURLFromHttpCacheKey(key)); in GetTestModeForEntry()
426 std::string HttpCache::GetResourceURLFromHttpCacheKey(const std::string& key) { in GetResourceURLFromHttpCacheKey() function in net::HttpCache
13257 TEST_F(HttpSplitCacheKeyTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument13267 EXPECT_EQ(GURL(url).spec(), HttpCache::GetResourceURLFromHttpCacheKey(key)); in TEST_F()13271 TEST_F(HttpCacheTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument13294 HttpCache::GetResourceURLFromHttpCacheKey(test.input)); in TEST_F()