Home
last modified time | relevance | path

Searched defs:threat_type (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Dui_manager.cc39 SBThreatType threat_type; member
81 SBThreatType threat_type, in DisplayBlockingPage()
196 SBThreatType threat_type, in ReportSafeBrowsingHit()
224 SBThreatType threat_type, in ReportSafeBrowsingHitOnIOThread()
Ddatabase_manager.h103 SBThreatType threat_type) {} in OnCheckBrowseUrlResult()
107 SBThreatType threat_type) {} in OnCheckDownloadUrlResult()
111 SBThreatType threat_type) {} in OnCheckDownloadHashResult()
Dsafe_browsing_blocking_page.cc211 SBThreatType threat_type = resource.threat_type; in SafeBrowsingBlockingPage() local
292 SBThreatType threat_type = unsafe_resources_[0].threat_type; in CommandReceived() local
312 SBThreatType threat_type = unsafe_resources_[0].threat_type; in CommandReceived() local
398 SBThreatType threat_type = unsafe_resources_[element_index].threat_type; in CommandReceived() local
906 SBThreatType threat_type = resource.threat_type; in PopulateMultipleThreatStringDictionary() local
1021 SBThreatType threat_type = unsafe_resources_[0].threat_type; in GetHTMLContents() local
Dui_manager.h47 SBThreatType threat_type; member
Dping_manager.cc66 SBThreatType threat_type, in ReportSafeBrowsingHit()
Ddownload_protection_service.cc172 void CheckDone(SBThreatType threat_type) { in CheckDone()
191 void ReportMalware(SBThreatType threat_type) { in ReportMalware()
255 SBThreatType threat_type) OVERRIDE { in OnCheckDownloadUrlResult()
Dsafe_browsing_blocking_page_test.cc113 void SetURLThreatType(const GURL& url, SBThreatType threat_type) { in SetURLThreatType()
368 void SetURLThreatType(const GURL& url, SBThreatType threat_type) { in SetURLThreatType()
379 GURL SetupWarningAndNavigate(SBThreatType threat_type) { in SetupWarningAndNavigate()
Dsafe_browsing_test.cc305 SBThreatType threat_type) OVERRIDE { in OnCheckBrowseUrlResult()
Dsafe_browsing_service_browsertest.cc648 SBThreatType threat_type) OVERRIDE { in OnCheckDownloadUrlResult()
656 SBThreatType threat_type) OVERRIDE { in OnCheckDownloadHashResult()
Ddatabase_manager.cc65 const SBThreatType threat_type, in IsExpectedThreat()
Ddownload_protection_service_unittest.cc137 ACTION_P(CheckDownloadUrlDone, threat_type) { in ACTION_P() argument
/external/chromium_org/chrome/browser/renderer_host/
Dsafe_browsing_resource_throttle.cc81 const GURL& url, SBThreatType threat_type) { in OnCheckBrowseUrlResult()
127 const GURL& url, SBThreatType threat_type) { in StartDisplayingBlockingPage()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.h66 UrlCheckResult threat_type; member
Dsafe_browsing_service.cc1042 SafeBrowsingService::UrlCheckResult threat_type, in ReportSafeBrowsingHit()
1066 SafeBrowsingService::UrlCheckResult threat_type, in ReportSafeBrowsingHitOnIOThread()
Dprotocol_manager.cc652 SafeBrowsingService::UrlCheckResult threat_type, in ReportSafeBrowsingHit()
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc516 void SetThreatTypeForUrl(const GURL& url, SBThreatType threat_type) { in SetThreatTypeForUrl()