Searched defs:URLRequestContextConfig (Results 1 – 2 of 2) sorted by relevance
34 struct URLRequestContextConfig { struct37 enum HttpCacheType {47 struct QuicHint {64 struct Pkp {99 URLRequestContextConfig(const URLRequestContextConfig&) = delete; argument100 URLRequestContextConfig& operator=(const URLRequestContextConfig&) = delete; argument111 const bool enable_quic;113 const bool enable_spdy;115 const bool enable_brotli;117 const HttpCacheType http_cache;[all …]
258 URLRequestContextConfig::URLRequestContextConfig( in URLRequestContextConfig() function in cronet::URLRequestContextConfig