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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 123 bool DidShowSBInterstitial() const;
client_side_detection_host.cc 375 return malware_or_phishing_match_ || DidShowSBInterstitial();
433 if (verdict->is_phishing() || DidShowSBInterstitial()) {
434 if (DidShowSBInterstitial()) {
587 bool ClientSideDetectionHost::DidShowSBInterstitial() const {
client_side_detection_host_unittest.cc 344 ASSERT_TRUE(csd_host_->DidShowSBInterstitial());
378 ASSERT_TRUE(csd_host_->DidShowSBInterstitial());
    [all...]

Completed in 47 milliseconds