Home
last modified time | relevance | path

Searched refs:GetResourceURLFromHttpCacheKey (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/http/
Dhttp_cache.h254 static std::string GetResourceURLFromHttpCacheKey(const std::string& key);
Dmock_http_cache.cc41 GURL url(HttpCache::GetResourceURLFromHttpCacheKey(key)); in GetTestModeForEntry()
Dhttp_cache.cc426 std::string HttpCache::GetResourceURLFromHttpCacheKey(const std::string& key) { in GetResourceURLFromHttpCacheKey() function in net::HttpCache
Dhttp_cache_unittest.cc13257 TEST_F(HttpSplitCacheKeyTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument
13267 EXPECT_EQ(GURL(url).spec(), HttpCache::GetResourceURLFromHttpCacheKey(key)); in TEST_F()
13271 TEST_F(HttpCacheTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument
13294 HttpCache::GetResourceURLFromHttpCacheKey(test.input)); in TEST_F()