Searched defs:ProxyRules (Results 1 – 2 of 2) sorted by relevance
36 struct ProxyRules { struct45 ProxyRules(); argument48 bool empty() const { in empty()82 ProxyBypassRules bypass_rules;85 bool reverse_bypass;87 Type type;90 ProxyServer single_proxy;93 ProxyServer proxy_for_http;94 ProxyServer proxy_for_https;95 ProxyServer proxy_for_ftp;[all …]
27 ProxyConfig::ProxyRules::ProxyRules() in ProxyRules() function in net::ProxyConfig::ProxyRules