Searched defs:threat_type_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle.h115 SBThreatType threat_type_; member in class:SafeBrowsingResourceThrottle
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc729 : threat_type_(SB_THREAT_TYPE_SAFE),
734 return threat_type_;
757 threat_type_ = threat_type;
766 SBThreatType threat_type_; member in class:TestSBClient
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc673 threat_type_(SB_THREAT_TYPE_SAFE) { }
685 if (gurl != url_ || threat_type_ == SB_THREAT_TYPE_SAFE)
697 threat_type_ = threat_type;
713 sb_check.url_results[0] = threat_type_;
718 SBThreatType threat_type_; member in class:prerender::__anon4458::FakeSafeBrowsingDatabaseManager

Completed in 604 milliseconds