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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 57 virtual void OnSafeBrowsingMatch(
ui_manager.h 62 virtual void OnSafeBrowsingMatch(const UnsafeResource& resource) = 0;
safe_browsing_service_browsertest.cc 324 MOCK_METHOD1(OnSafeBrowsingMatch,
502 OnSafeBrowsingMatch(IsUnsafeResourceFor(url))).Times(1);
523 OnSafeBrowsingMatch(IsUnsafeResourceFor(url))).Times(1);
538 OnSafeBrowsingMatch(IsUnsafeResourceFor(url))).Times(1);
590 EXPECT_CALL(observer_, OnSafeBrowsingMatch(IsUnsafeResourceFor(malware_url)))
    [all...]
ui_manager.cc 129 FOR_EACH_OBSERVER(Observer, observer_list_, OnSafeBrowsingMatch(resource));
client_side_detection_host.cc 364 void ClientSideDetectionHost::OnSafeBrowsingMatch(
client_side_detection_host_unittest.cc 339 csd_host_->OnSafeBrowsingMatch(resource);
369 csd_host_->OnSafeBrowsingMatch(resource);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
site_chip_view.h 81 virtual void OnSafeBrowsingMatch(
site_chip_view.cc 506 // Note: When OnSafeBrowsingHit would be called, OnSafeBrowsingMatch will
511 void SiteChipView::OnSafeBrowsingMatch(

Completed in 482 milliseconds