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

  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.cc 32 threat_type_(SB_THREAT_TYPE_SAFE),
87 threat_type_ = threat_type;
150 threat_type_ = SB_THREAT_TYPE_SAFE;
161 threat_type_ = SB_THREAT_TYPE_SAFE;
safe_browsing_resource_throttle.h 106 SBThreatType threat_type_; member in class:SafeBrowsingResourceThrottle
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 548 : threat_type_(SB_THREAT_TYPE_SAFE),
553 return threat_type_;
589 threat_type_ = threat_type;
597 threat_type_ = threat_type;
606 SBThreatType threat_type_; member in class:TestSBClient
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 478 threat_type_(SB_THREAT_TYPE_SAFE) { }
490 if (gurl != url_ || threat_type_ == SB_THREAT_TYPE_SAFE)
502 threat_type_ = threat_type;
514 sb_check.url_results[0] = threat_type_;
519 SBThreatType threat_type_; member in class:prerender::__anon7953::FakeSafeBrowsingDatabaseManager
    [all...]

Completed in 90 milliseconds