Searched defs:ProxyRulesExpectation (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_config_service_common_unittest.h19 struct ProxyRulesExpectation { struct in namespace:net
20 ProxyRulesExpectation(ProxyConfig::ProxyRules::Type type,
35 static ProxyRulesExpectation Empty();
39 static ProxyRulesExpectation EmptyWithBypass(
44 static ProxyRulesExpectation Single(const char* single_proxy,
49 static ProxyRulesExpectation PerScheme(const char* proxy_http,
55 static ProxyRulesExpectation PerSchemeWithSocks(
63 static ProxyRulesExpectation PerSchemeWithBypassReversed(
H A Dproxy_config_service_common_unittest.cc52 ProxyRulesExpectation::ProxyRulesExpectation( function in class:net::ProxyRulesExpectation
72 ::testing::AssertionResult ProxyRulesExpectation::Matches(
110 ProxyRulesExpectation ProxyRulesExpectation::Empty() {
111 return ProxyRulesExpectation(ProxyConfig::ProxyRules::TYPE_NO_RULES,
116 ProxyRulesExpectation ProxyRulesExpectation::EmptyWithBypass(
118 return ProxyRulesExpectation(ProxyConfig::ProxyRules::TYPE_NO_RULES,
124 ProxyRulesExpectation ProxyRulesExpectatio
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_config_service_common_unittest.h18 struct ProxyRulesExpectation { struct in namespace:net
19 ProxyRulesExpectation(ProxyConfig::ProxyRules::Type type,
34 static ProxyRulesExpectation Empty();
38 static ProxyRulesExpectation EmptyWithBypass(
43 static ProxyRulesExpectation Single(const char* single_proxy,
48 static ProxyRulesExpectation PerScheme(const char* proxy_http,
54 static ProxyRulesExpectation PerSchemeWithSocks(
62 static ProxyRulesExpectation PerSchemeWithBypassReversed(
H A Dproxy_config_service_common_unittest.cc75 ProxyRulesExpectation::ProxyRulesExpectation( function in class:net::ProxyRulesExpectation
95 ::testing::AssertionResult ProxyRulesExpectation::Matches(
135 ProxyRulesExpectation ProxyRulesExpectation::Empty() {
136 return ProxyRulesExpectation(ProxyConfig::ProxyRules::TYPE_NO_RULES,
141 ProxyRulesExpectation ProxyRulesExpectation::EmptyWithBypass(
143 return ProxyRulesExpectation(ProxyConfig::ProxyRules::TYPE_NO_RULES,
149 ProxyRulesExpectation ProxyRulesExpectatio
[all...]

Completed in 346 milliseconds