Home
last modified time | relevance | path

Searched defs:URLRequestContextConfigBuilder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config.h269 struct URLRequestContextConfigBuilder { struct
274 URLRequestContextConfigBuilder& operator=( argument
285 bool enable_quic = true;
287 bool enable_spdy = true;
289 bool enable_brotli = false;
291 URLRequestContextConfig::HttpCacheType http_cache =
294 int http_cache_max_size = 0;
297 bool load_disable_cache = false;
299 std::string storage_path = "";
301 std::string accept_language = "";
[all …]
H A Durl_request_context_config.cc825 URLRequestContextConfigBuilder::URLRequestContextConfigBuilder() {} in URLRequestContextConfigBuilder() function in cronet::URLRequestContextConfigBuilder