Home
last modified time | relevance | path

Searched defs:http_cache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config.h117 const HttpCacheType http_cache; member
291 URLRequestContextConfig::HttpCacheType http_cache = member
H A Durl_request_context_config.cc262 HttpCacheType http_cache, in URLRequestContextConfig()
302 HttpCacheType http_cache, in CreateURLRequestContextConfig()
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_util_unittest.cc49 HttpCache* http_cache = context->http_transaction_factory()->GetCache(); in TEST() local
H A Dnet_log_util.cc100 HttpCache* http_cache = context->http_transaction_factory()->GetCache(); in GetDiskCacheBackend() local
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.h294 HttpCache* http_cache() { return &http_cache_; } in http_cache() function