OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyRules
(Results
1 - 13
of
13
) sorted by null
/external/chromium/net/proxy/
proxy_config.h
34
//
ProxyRules
describes the "manual" proxy settings.
36
struct
ProxyRules
{
45
ProxyRules
();
46
~
ProxyRules
();
79
bool Equals(const
ProxyRules
& other) const;
135
ProxyRules
& proxy_rules() {
139
const
ProxyRules
& proxy_rules() const {
189
ProxyRules
proxy_rules_;
proxy_config_unittest.cc
53
config2.proxy_rules().type = ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY;
60
config1.proxy_rules().type = ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY;
102
ProxyConfig::
ProxyRules
::Type type;
113
ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY,
125
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
137
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
151
ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY,
165
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
177
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
189
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME
[
all
...]
proxy_config_service_common_unittest.h
13
// ProxyConfig::
ProxyRules
, and to check for a match.
17
// This structure contains our expectations on what values the
ProxyRules
20
ProxyRulesExpectation(ProxyConfig::
ProxyRules
::Type type,
32
const ProxyConfig::
ProxyRules
& rules) const;
34
// Creates an expectation that the
ProxyRules
has no rules.
37
// Creates an expectation that the
ProxyRules
has nothing other than
42
// Creates an expectation that the
ProxyRules
is for a single proxy
47
// Creates an expectation that the
ProxyRules
specifies a different
69
ProxyConfig::
ProxyRules
::Type type;
proxy_config.cc
27
ProxyConfig::
ProxyRules
::
ProxyRules
()
32
ProxyConfig::
ProxyRules
::~
ProxyRules
() {
35
void ProxyConfig::
ProxyRules
::Apply(const GURL& url, ProxyInfo* result) {
50
case
ProxyRules
::TYPE_SINGLE_PROXY: {
54
case
ProxyRules
::TYPE_PROXY_PER_SCHEME: {
73
void ProxyConfig::
ProxyRules
::ParseFromString(const std::string& proxy_rules) {
127
const ProxyServer* ProxyConfig::
ProxyRules
::MapUrlSchemeToProxy(
130
const_cast<
ProxyRules
*>(this)->MapUrlSchemeToProxyNoFallback(url_scheme)
[
all
...]
proxy_config_service_common_unittest.cc
53
ProxyConfig::
ProxyRules
::Type type,
73
const ProxyConfig::
ProxyRules
& rules) const {
111
return ProxyRulesExpectation(ProxyConfig::
ProxyRules
::TYPE_NO_RULES,
118
return ProxyRulesExpectation(ProxyConfig::
ProxyRules
::TYPE_NO_RULES,
127
return ProxyRulesExpectation(ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY,
138
return ProxyRulesExpectation(ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
150
return ProxyRulesExpectation(ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
161
return ProxyRulesExpectation(ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
proxy_config_service_mac.cc
82
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
96
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
110
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
124
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
proxy_config_service_linux.cc
133
config->proxy_rules().type = ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY;
153
ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
166
config->proxy_rules().type = ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY;
[
all
...]
proxy_service_unittest.cc
822
EXPECT_EQ(ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME,
[
all
...]
/external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc
128
net::ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY;
135
net::ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
249
net::ProxyConfig::
ProxyRules
rules;
252
case net::ProxyConfig::
ProxyRules
::TYPE_NO_RULES:
254
case net::ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY:
260
case net::ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME:
/external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc
336
net::ProxyConfig::
ProxyRules
rules;
340
case net::ProxyConfig::
ProxyRules
::TYPE_NO_RULES:
342
case net::ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY:
348
case net::ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME:
/external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc
126
net::ProxyConfig::
ProxyRules
::TYPE_PROXY_PER_SCHEME;
/external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc
135
EXPECT_EQ(net::ProxyConfig::
ProxyRules
::TYPE_SINGLE_PROXY,
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js
451
// `
ProxyRules
` structure.
Completed in 437 milliseconds