Searched defs:ParseHostAndPort (Results 1 – 2 of 2) sorted by relevance
196 bool ParseHostAndPort(base::StringPiece input, std::string* host, int* port) { in ParseHostAndPort() function
278 TEST(UrlUtilTest, ParseHostAndPort) { in TEST() argument