Searched defs:IsLocalhost (Results 1 – 3 of 3) sorted by relevance
19 bool IsLocalhost(const char* spec, int begin, int end) { in IsLocalhost() function25 bool IsLocalhost(const char16_t* spec, int begin, int end) { in IsLocalhost() function
435 bool IsLocalhost(const GURL& url) { in IsLocalhost() function
616 TEST(UrlUtilTest, IsLocalhost) { in TEST() argument