Searched defs:reverse_bypass (Results 1 - 6 of 6) 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
/external/chromium_org/net/proxy/
H A Dproxy_config_service_common_unittest.h26 bool reverse_bypass);
75 bool reverse_bypass; member in struct:net::ProxyRulesExpectation
H A Dproxy_config_service_common_unittest.cc83 bool reverse_bypass)
91 reverse_bypass(reverse_bypass) {
125 if (rules.reverse_bypass != reverse_bypass) {
126 failure_details << "Bad reverse_bypass. Expected: " << reverse_bypass
127 << " but got: " << rules.reverse_bypass;
75 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
H A Dproxy_config.h123 bool reverse_bypass; member in struct:net::ProxyConfig::ProxyRules

Completed in 354 milliseconds