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

  /external/chromium/net/proxy/
proxy_config_service_common_unittest.cc 52 ProxyRulesExpectation::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 ProxyRulesExpectation::Single
    [all...]
proxy_config_service_common_unittest.h 19 struct ProxyRulesExpectation {
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(
  /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 57 milliseconds