Home
last modified time | relevance | path

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

/external/cronet/net/base/
Dhost_port_pair.cc78 if (!ParseHostAndPort(str, &host, &port)) in FromString()
Durl_util.h126 NET_EXPORT bool ParseHostAndPort(base::StringPiece input,
Dhost_mapping_rules.cc126 if (!ParseHostAndPort(parts[2], &rule.replacement_hostname, in AddRuleFromString()
Durl_util_unittest.cc278 TEST(UrlUtilTest, ParseHostAndPort) { in TEST() argument
325 bool ok = ParseHostAndPort(test.input, &host, &port); in TEST()
Dscheme_host_port_matcher_rule.cc66 if (ParseHostAndPort(raw, &host, &port)) { in FromUntrimmedRawString()
Durl_util.cc196 bool ParseHostAndPort(base::StringPiece input, std::string* host, int* port) { in ParseHostAndPort() function