HomeSort by relevance Sort by last modified time
    Searched defs:ProxyRulesExpectation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/proxy/
proxy_config_service_common_unittest.h 18 struct ProxyRulesExpectation {
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(
proxy_config_service_common_unittest.cc 75 ProxyRulesExpectation::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 ProxyRulesExpectation::Single
    [all...]

Completed in 540 milliseconds