Home
last modified time | relevance | path

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

/external/cronet/components/cronet/
Durl_request_context_config.h272 struct URLRequestContextConfigBuilder { struct
277 URLRequestContextConfigBuilder& operator=( argument
288 bool enable_quic = true;
290 bool enable_spdy = true;
292 bool enable_brotli = false;
294 URLRequestContextConfig::HttpCacheType http_cache =
297 int http_cache_max_size = 0;
300 bool load_disable_cache = false;
302 std::string storage_path = "";
304 std::string accept_language = "";
[all …]
Durl_request_context_config.cc857 URLRequestContextConfigBuilder::URLRequestContextConfigBuilder() {} in URLRequestContextConfigBuilder() function in cronet::URLRequestContextConfigBuilder