HomeSort by relevance Sort by last modified time
    Searched refs:IsLocalhost (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/base/
net_util_unittest.cc 711 TEST(NetUtilTest, IsLocalhost) {
712 EXPECT_TRUE(net::IsLocalhost("localhost"));
713 EXPECT_TRUE(net::IsLocalhost("localhost.localdomain"));
714 EXPECT_TRUE(net::IsLocalhost("localhost6"));
715 EXPECT_TRUE(net::IsLocalhost("localhost6.localdomain6"));
716 EXPECT_TRUE(net::IsLocalhost("127.0.0.1"));
717 EXPECT_TRUE(net::IsLocalhost("127.0.1.0"));
718 EXPECT_TRUE(net::IsLocalhost("127.1.0.0"));
719 EXPECT_TRUE(net::IsLocalhost("127.0.0.255"));
720 EXPECT_TRUE(net::IsLocalhost("127.0.255.0"))
    [all...]
net_util.h 443 NET_EXPORT_PRIVATE bool IsLocalhost(const std::string& host);
network_change_notifier.cc 288 if (IsLocalhost(request.url().host()) ||
net_util.cc 980 bool IsLocalhost(const std::string& host) {
    [all...]
  /external/chromium_org/net/url_request/
url_request_throttler_manager.cc 83 IsLocalhost(host)) {
84 if (!logged_for_localhost_disabled_ && IsLocalhost(host)) {
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc 120 return !net::IsLocalhost(url.host()) && (url.SchemeIs(url::kFtpScheme) ||
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 241 if (net::IsLocalhost(url.host()))
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 134 if (net::IsLocalhost(url.host()))

Completed in 1115 milliseconds