Searched defs:URLRequestContextConfigBuilder (Results 1 – 2 of 2) sorted by relevance
281 struct URLRequestContextConfigBuilder { struct286 URLRequestContextConfigBuilder& operator=( argument297 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 …]
896 URLRequestContextConfigBuilder::URLRequestContextConfigBuilder() {} in URLRequestContextConfigBuilder() function in cronet::URLRequestContextConfigBuilder