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.h281 struct URLRequestContextConfigBuilder { struct
286 URLRequestContextConfigBuilder& operator=( argument
297 bool enable_quic = true;
299 std::string quic_user_agent_id = "";
301 bool enable_spdy = true;
303 bool enable_brotli = false;
305 URLRequestContextConfig::HttpCacheType http_cache =
308 int http_cache_max_size = 0;
311 bool load_disable_cache = false;
313 std::string storage_path = "";
[all …]
Durl_request_context_config.cc896 URLRequestContextConfigBuilder::URLRequestContextConfigBuilder() {} in URLRequestContextConfigBuilder() function in cronet::URLRequestContextConfigBuilder