Home
last modified time | relevance | path

Searched defs:ProxyRulesExpectation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config_service_common_unittest.h18 struct ProxyRulesExpectation { struct
68 ProxyConfig::ProxyRules::Type type;
69 const char* single_proxy;
70 const char* proxy_for_http;
71 const char* proxy_for_https;
72 const char* proxy_for_ftp;
73 const char* fallback_proxy;
74 const char* flattened_bypass_rules;
75 bool reverse_bypass;
H A Dproxy_config_service_common_unittest.cc75 ProxyRulesExpectation::ProxyRulesExpectation( in ProxyRulesExpectation() function in net::ProxyRulesExpectation