Home
last modified time | relevance | path

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

/external/chromium_org/net/base/
Dhost_mapping_rules.cc54 std::string host_port_string = host_port->ToString(); in RewriteHost() local
55 if (!MatchPattern(host_port_string, rule.hostname_pattern)) in RewriteHost()