Searched refs:CreateBackendEntry (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/http/ |
H A D | mock_http_cache.h | 329 bool CreateBackendEntry(const std::string& key,
|
H A D | http_cache_writers_unittest.cc | 104 cache_.CreateBackendEntry(GenerateCacheKey(kSimpleGET_Transaction.url), in CreateWriters()
|
H A D | mock_http_cache.cc | 789 bool MockHttpCache::CreateBackendEntry(const std::string& key, in CreateBackendEntry() function in net::MockHttpCache
|
H A D | http_cache_unittest.cc | 617 ASSERT_TRUE(cache->CreateBackendEntry(request.CacheKey(), &entry, nullptr)); in CreateTruncatedEntry() 9330 ASSERT_TRUE(cache.CreateBackendEntry(request.CacheKey(), &entry, nullptr)); in TEST_F() 9376 ASSERT_TRUE(cache.CreateBackendEntry(request.CacheKey(), &entry, nullptr)); in TEST_F() 9414 ASSERT_TRUE(cache.CreateBackendEntry(request.CacheKey(), &entry, nullptr)); in TEST_F() 10019 ASSERT_TRUE(cache.CreateBackendEntry( in TEST_F()
|