Home
last modified time | relevance | path

Searched defs:IsLocalhost (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/url/
H A Durl_canon_fileurl.cc19 bool IsLocalhost(const char* spec, int begin, int end) { in IsLocalhost() function
25 bool IsLocalhost(const char16_t* spec, int begin, int end) { in IsLocalhost() function
/aosp_15_r20/external/cronet/net/base/
H A Durl_util.cc435 bool IsLocalhost(const GURL& url) { in IsLocalhost() function
H A Durl_util_unittest.cc616 TEST(UrlUtilTest, IsLocalhost) { in TEST() argument