Searched defs:ProxyRulesExpectation (Results 1 – 2 of 2) sorted by relevance
18 struct ProxyRulesExpectation { struct68 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;
75 ProxyRulesExpectation::ProxyRulesExpectation( in ProxyRulesExpectation() function in net::ProxyRulesExpectation