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

  /external/chromium_org/chrome/renderer/safe_browsing/
features.h 83 extern const char kUrlHostIsIpAddress[];
features.cc 51 const char kUrlHostIsIpAddress[] = "UrlHostIsIpAddress";
phishing_url_feature_extractor.cc 30 if (!features->AddBooleanFeature(features::kUrlHostIsIpAddress))
phishing_url_feature_extractor_unittest.cc 33 expected_features.AddBooleanFeature(features::kUrlHostIsIpAddress);

Completed in 150 milliseconds