Home
last modified time | relevance | path

Searched refs:optional_scheme_ (Results 1 – 4 of 4) sorted by relevance

/external/cronet/stable/net/base/
Dscheme_host_port_matcher_rule.cc118 : optional_scheme_(base::ToLowerASCII(optional_scheme)), in SchemeHostPortMatcherHostnamePatternRule()
132 if (!optional_scheme_.empty() && url.scheme() != optional_scheme_) { in Evaluate()
146 if (!optional_scheme_.empty()) in ToString()
147 base::StringAppendF(&str, "%s://", optional_scheme_.c_str()); in ToString()
162 optional_scheme_, "*" + hostname_pattern_, optional_port_); in GenerateSuffixMatchingRule()
166 optional_scheme_, hostname_pattern_, optional_port_); in GenerateSuffixMatchingRule()
171 return base::trace_event::EstimateMemoryUsage(optional_scheme_) + in EstimateMemoryUsage()
179 : optional_scheme_(base::ToLowerASCII(optional_scheme)), in SchemeHostPortMatcherIPHostRule()
190 if (!optional_scheme_.empty() && url.scheme() != optional_scheme_) { in Evaluate()
204 if (!optional_scheme_.empty()) in ToString()
[all …]
Dscheme_host_port_matcher_rule.h99 const std::string optional_scheme_;
139 const std::string optional_scheme_;
180 const std::string optional_scheme_; variable
/external/cronet/tot/net/base/
Dscheme_host_port_matcher_rule.cc118 : optional_scheme_(base::ToLowerASCII(optional_scheme)), in SchemeHostPortMatcherHostnamePatternRule()
132 if (!optional_scheme_.empty() && url.scheme() != optional_scheme_) { in Evaluate()
146 if (!optional_scheme_.empty()) in ToString()
147 base::StringAppendF(&str, "%s://", optional_scheme_.c_str()); in ToString()
162 optional_scheme_, "*" + hostname_pattern_, optional_port_); in GenerateSuffixMatchingRule()
166 optional_scheme_, hostname_pattern_, optional_port_); in GenerateSuffixMatchingRule()
171 return base::trace_event::EstimateMemoryUsage(optional_scheme_) + in EstimateMemoryUsage()
179 : optional_scheme_(base::ToLowerASCII(optional_scheme)), in SchemeHostPortMatcherIPHostRule()
190 if (!optional_scheme_.empty() && url.scheme() != optional_scheme_) { in Evaluate()
204 if (!optional_scheme_.empty()) in ToString()
[all …]
Dscheme_host_port_matcher_rule.h99 const std::string optional_scheme_;
139 const std::string optional_scheme_;
180 const std::string optional_scheme_; variable