Home
last modified time | relevance | path

Searched refs:ReportSafeBrowsingHit (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_safe_browsing_client.cc166 sb_service_->ReportSafeBrowsingHit(url_chain_.back(), // malicious_url in ReportMalware()
/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager.h137 void ReportSafeBrowsingHit(const GURL& malicious_url,
Dsafe_browsing_service.h253 void ReportSafeBrowsingHit(const GURL& malicious_url,
Dsafe_browsing_service.cc1028 ReportSafeBrowsingHit(resource.url, page_url, referrer_url, is_subresource, in DoDisplayBlockingPage()
1037 void SafeBrowsingService::ReportSafeBrowsingHit( in ReportSafeBrowsingHit() function in SafeBrowsingService
1075 protocol_manager_->ReportSafeBrowsingHit(malicious_url, page_url, in ReportSafeBrowsingHitOnIOThread()
Dprotocol_manager.cc647 void SafeBrowsingProtocolManager::ReportSafeBrowsingHit( in ReportSafeBrowsingHit() function in SafeBrowsingProtocolManager