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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 64 bool DidPageReceiveSafeBrowsingMatch() const;
client_side_detection_host_unittest.cc 338 ASSERT_FALSE(csd_host_->DidPageReceiveSafeBrowsingMatch());
340 ASSERT_TRUE(csd_host_->DidPageReceiveSafeBrowsingMatch());
342 ASSERT_TRUE(csd_host_->DidPageReceiveSafeBrowsingMatch());
377 ASSERT_TRUE(csd_host_->DidPageReceiveSafeBrowsingMatch());
    [all...]
client_side_detection_host.cc 374 bool ClientSideDetectionHost::DidPageReceiveSafeBrowsingMatch() const {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
site_chip_view.cc 125 sb_observer->detection_host()->DidPageReceiveSafeBrowsingMatch();

Completed in 36 milliseconds