Searched refs:IsLocalhost (Results 1 – 11 of 11) sorted by relevance
18 bool IsLocalhost(const char* spec, int begin, int end) { in IsLocalhost() function24 bool IsLocalhost(const char16_t* spec, int begin, int end) { in IsLocalhost() function149 if (IsLocalhost(source.host, host_range.begin, host_range.end()) && in DoCanonicalizeFileURL()
76 if (IsLocalhost(url)) { in RegisterRequestUrl()77 if (!logged_for_localhost_disabled_ && IsLocalhost(url)) { in RegisterRequestUrl()
197 NET_EXPORT bool IsLocalhost(const GURL& url);
96 if (!url.host().empty() && !net::IsLocalhost(url)) { in FileURLToFilePath()
614 TEST(UrlUtilTest, IsLocalhost) { in TEST() argument660 EXPECT_TRUE(IsLocalhost(localhost6)); in TEST()
432 bool IsLocalhost(const GURL& url) { in IsLocalhost() function
251 return IsLocalhost(url) || IsIPv4MappedLoopback(url) || in MatchesImplicitRules()
554 : IsLocalhost(source_url) ? CookieAccessScheme::kTrustworthy in ProvisionalAccessScheme()953 if (IsLocalhost(url)) { in RecordCookiePortOmniboxHistograms()
1226 if (IsLocalhost(url)) { in FilterCookiesWithOptions()1607 if (IsLocalhost(source_url)) { in SetCanonicalCookie()
274 if (url.SchemeIsCryptographic() || IsLocalhost(url)) { in SetAcceptEncodingIfMissing()
356 if (net::IsLocalhost(request->url())) { in OnResponseStarted()