OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BypassIPBlockRule
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
proxy_bypass_rules.cc
82
class
BypassIPBlockRule
: public ProxyBypassRules::Rule {
85
BypassIPBlockRule
(const std::string& description,
117
return new
BypassIPBlockRule
(description_,
295
new
BypassIPBlockRule
(raw, scheme, ip_prefix, prefix_length_in_bits));
/external/chromium_org/net/proxy/
proxy_bypass_rules.cc
84
class
BypassIPBlockRule
: public ProxyBypassRules::Rule {
87
BypassIPBlockRule
(const std::string& description,
119
return new
BypassIPBlockRule
(description_,
297
new
BypassIPBlockRule
(raw, scheme, ip_prefix, prefix_length_in_bits));
Completed in 637 milliseconds