Home
last modified time | relevance | path

Searched refs:IsPhishingList (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.h308 bool IsPhishingList(const std::string& list_name);
Dsafe_browsing_util.cc450 bool IsPhishingList(const std::string& list_name) { in IsPhishingList() function
Dsafe_browsing_service.cc827 if (safe_browsing_util::IsPhishingList(list_name)) { in GetResultFromListname()