HomeSort by relevance Sort by last modified time
    Searched defs:ProxyRulesExpectation (Results 1 - 2 of 2) 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(

Completed in 19 milliseconds