Home
last modified time | relevance | path

Searched defs:is_phishing (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Dclient_side_detection_service_unittest.cc146 void SetCache(const GURL& gurl, bool is_phishing, base::Time time) { in SetCache()
195 bool is_phishing; in TestCache() local
231 void SendRequestDone(GURL phishing_url, bool is_phishing) { in SendRequestDone()
433 bool is_phishing; in TEST_F() local
Dclient_side_detection_host.cc254 bool is_phishing; in CheckCache() local
584 bool is_phishing) { in MaybeShowPhishingWarning()
Dclient_side_detection_service.h185 bool is_phishing; member
Dclient_side_detection_service.cc446 bool is_phishing = false; in HandlePhishingVerdict() local
510 bool* is_phishing) { in GetValidCachedResult()
Dsafe_browsing_test.cc68 bool is_phishing; member
/external/chromium_org/chrome/common/safe_browsing/
Dcsd.proto40 optional bool is_phishing = 4; field