Searched defs:reverse_bypass (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_config_service_common_unittest.h27 bool reverse_bypass);
76 bool reverse_bypass; member in struct:net::ProxyRulesExpectation
H A Dproxy_config.h86 bool reverse_bypass; member in struct:net::ProxyConfig::ProxyRules
H A Dproxy_config_service_common_unittest.cc60 bool reverse_bypass)
68 reverse_bypass(reverse_bypass) {
100 if (rules.reverse_bypass != reverse_bypass) {
101 failure_details << "Bad reverse_bypass. Expected: " << reverse_bypass
102 << " but got: " << rules.reverse_bypass;
52 ProxyRulesExpectation( ProxyConfig::ProxyRules::Type type, const char* single_proxy, const char* proxy_for_http, const char* proxy_for_https, const char* proxy_for_ftp, const char* fallback_proxy, const char* flattened_bypass_rules, bool reverse_bypass) argument

Completed in 59 milliseconds