Searched defs:use_hostname_suffix_matching (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_bypass_rules.cc249 bool use_hostname_suffix_matching) {
255 use_hostname_suffix_matching);
261 bool use_hostname_suffix_matching) {
331 if (use_hostname_suffix_matching && !StartsWithASCII(raw, "*", false))
339 bool use_hostname_suffix_matching) {
340 return AddRuleFromStringInternal(raw, use_hostname_suffix_matching);
247 ParseFromStringInternal( const std::string& raw, bool use_hostname_suffix_matching) argument
259 AddRuleFromStringInternal( const std::string& raw_untrimmed, bool use_hostname_suffix_matching) argument
337 AddRuleFromStringInternalWithLogging( const std::string& raw, bool use_hostname_suffix_matching) argument
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.cc251 bool use_hostname_suffix_matching) {
257 use_hostname_suffix_matching);
263 bool use_hostname_suffix_matching) {
335 if (use_hostname_suffix_matching && !StartsWithASCII(raw, "*", false))
343 bool use_hostname_suffix_matching) {
344 return AddRuleFromStringInternal(raw, use_hostname_suffix_matching);
249 ParseFromStringInternal( const std::string& raw, bool use_hostname_suffix_matching) argument
261 AddRuleFromStringInternal( const std::string& raw_untrimmed, bool use_hostname_suffix_matching) argument
341 AddRuleFromStringInternalWithLogging( const std::string& raw, bool use_hostname_suffix_matching) argument

Completed in 249 milliseconds