Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dproxy_config.h36 struct ProxyRules { struct
45 ProxyRules(); argument
48 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 …]
Dproxy_config.cc27 ProxyConfig::ProxyRules::ProxyRules() in ProxyRules() function in net::ProxyConfig::ProxyRules