OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyRulesExpectation
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/proxy/
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(
proxy_config_service_win_unittest.cc
22
ProxyRulesExpectation
proxy_rules;
37
ProxyRulesExpectation
::Empty(),
52
ProxyRulesExpectation
::Empty(),
67
ProxyRulesExpectation
::Empty(),
82
ProxyRulesExpectation
::Single(
99
ProxyRulesExpectation
::PerScheme(
123
ProxyRulesExpectation
::PerSchemeWithSocks(
142
ProxyRulesExpectation
::EmptyWithBypass("<local>"),
158
ProxyRulesExpectation
::EmptyWithBypass("<local>,google.com"),
173
ProxyRulesExpectation
::EmptyWithBypass("foo.com,google.com")
[
all
...]
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_linux_unittest.cc
404
ProxyRulesExpectation
proxy_rules;
421
ProxyRulesExpectation
::Empty(),
439
ProxyRulesExpectation
::Empty(),
457
ProxyRulesExpectation
::Empty(),
475
ProxyRulesExpectation
::Empty(),
493
ProxyRulesExpectation
::Single(
513
ProxyRulesExpectation
::Empty(),
531
ProxyRulesExpectation
::PerScheme(
553
ProxyRulesExpectation
::Single(
576
ProxyRulesExpectation
::PerScheme
[
all
...]
/external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc
293
net::
ProxyRulesExpectation
proxy_rules;
350
net::
ProxyRulesExpectation
::Empty(),
362
net::
ProxyRulesExpectation
::Empty(),
375
net::
ProxyRulesExpectation
::Empty(),
387
net::
ProxyRulesExpectation
::Single(
401
net::
ProxyRulesExpectation
::PerScheme(
419
net::
ProxyRulesExpectation
::PerScheme(
435
net::
ProxyRulesExpectation
::Empty(),
447
net::
ProxyRulesExpectation
::Empty(),
/external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc
58
net::
ProxyRulesExpectation
proxy_rules;
73
net::
ProxyRulesExpectation
::Empty(), // proxy_rules
89
net::
ProxyRulesExpectation
::Empty(), // proxy_rules
106
net::
ProxyRulesExpectation
::Empty(), // proxy_rules
123
net::
ProxyRulesExpectation
::Empty(), // proxy_rules
141
net::
ProxyRulesExpectation
::Single( // proxy_rules
161
net::
ProxyRulesExpectation
::Single( // proxy_rules
181
net::
ProxyRulesExpectation
::Single( // proxy_rules
205
net::
ProxyRulesExpectation
::PerSchemeWithSocks( // proxy_rules
230
net::
ProxyRulesExpectation
::Single( // proxy_rule
[
all
...]
Completed in 64 milliseconds