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