Searched defs:reverse_bypass (Results 1 - 6 of 6) sorted by relevance
/external/chromium/net/proxy/ |
H A D | proxy_config_service_common_unittest.h | 27 bool reverse_bypass); 76 bool reverse_bypass; member in struct:net::ProxyRulesExpectation
|
H A D | proxy_config.h | 86 bool reverse_bypass; member in struct:net::ProxyConfig::ProxyRules
|
H A D | proxy_config_service_common_unittest.cc | 60 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 D | proxy_config_service_common_unittest.h | 26 bool reverse_bypass); 75 bool reverse_bypass; member in struct:net::ProxyRulesExpectation
|
H A D | proxy_config_service_common_unittest.cc | 83 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 D | proxy_config.h | 123 bool reverse_bypass; member in struct:net::ProxyConfig::ProxyRules
|
Completed in 354 milliseconds