Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h256 static std::string GetResourceURLFromHttpCacheKey(const std::string& key);
H A Dmock_http_cache.cc41 GURL url(HttpCache::GetResourceURLFromHttpCacheKey(key)); in GetTestModeForEntry()
H A Dhttp_cache.cc575 std::string HttpCache::GetResourceURLFromHttpCacheKey(const std::string& key) { in GetResourceURLFromHttpCacheKey() function in net::HttpCache
H A Dhttp_cache_unittest.cc13096 TEST_F(HttpSplitCacheKeyTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument
13106 EXPECT_EQ(GURL(url).spec(), HttpCache::GetResourceURLFromHttpCacheKey(key)); in TEST_F()
13110 TEST_F(HttpCacheTest, GetResourceURLFromHttpCacheKey) { in TEST_F() argument
13133 HttpCache::GetResourceURLFromHttpCacheKey(test.input)); in TEST_F()