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