Home
last modified time | relevance | path

Searched refs:URL_MALWARE (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page_test.cc362 AddURLResult(malware_url, SafeBrowsingService::URL_MALWARE); in MalwareRedirectCancelAndProceed()
410 AddURLResult(url, SafeBrowsingService::URL_MALWARE); in IN_PROC_BROWSER_TEST_F()
422 AddURLResult(url, SafeBrowsingService::URL_MALWARE); in IN_PROC_BROWSER_TEST_F()
488 AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE); in IN_PROC_BROWSER_TEST_F()
504 AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE); in IN_PROC_BROWSER_TEST_F()
518 AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE); in IN_PROC_BROWSER_TEST_F()
Dsafe_browsing_blocking_page.cc146 unsafe_resources[0].threat_type == SafeBrowsingService::URL_MALWARE && in SafeBrowsingBlockingPage()
178 SafeBrowsingService::URL_MALWARE) { in GetHTMLContents()
224 if (resource.threat_type == SafeBrowsingService::URL_MALWARE) { in PopulateMultipleThreatStringDictionary()
408 if (unsafe_resources_[0].threat_type == SafeBrowsingService::URL_MALWARE) { in CommandReceived()
479 SafeBrowsingService::URL_MALWARE); in CommandReceived()
Dsafe_browsing_service.h51 URL_MALWARE, enumerator
Dprotocol_manager.cc768 DCHECK(threat_type == SafeBrowsingService::URL_MALWARE || in SafeBrowsingHitUrl()
777 case SafeBrowsingService::URL_MALWARE: in SafeBrowsingHitUrl()
Dprotocol_manager_unittest.cc210 true, SafeBrowsingService::URL_MALWARE).spec()); in TEST_F()
Dsafe_browsing_blocking_page_unittest.cc163 resource->threat_type = SafeBrowsingService::URL_MALWARE; in InitResource()
Dmalware_details_unittest.cc210 resource->threat_type = SafeBrowsingService::URL_MALWARE; in InitResource()
Dsafe_browsing_service.cc832 return URL_MALWARE; in GetResultFromListname()