Home
last modified time | relevance | path

Searched refs:CanReportStats (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc194 bool SafeBrowsingService::CanReportStats() const { in CanReportStats() function in SafeBrowsingService
203 return enable_download_protection_ && CanReportStats(); in DownloadBinHashNeeded()
1008 if (resource.threat_type != SafeBrowsingService::SAFE && CanReportStats()) { in DoDisplayBlockingPage()
1045 if (!CanReportStats()) in ReportSafeBrowsingHit()
Dsafe_browsing_service.h146 bool CanReportStats() const;
/external/chromium/chrome/browser/
Dbrowser_process_impl.cc965 resource_dispatcher_host()->safe_browsing_service()->CanReportStats() && in IsSafeBrowsingDetectionServiceEnabled()