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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 146 unsafe_resources[0].threat_type == SafeBrowsingService::URL_MALWARE &&
177 } else if (unsafe_resources_[0].threat_type ==
182 DCHECK(unsafe_resources_[0].threat_type ==
224 if (resource.threat_type == SafeBrowsingService::URL_MALWARE) {
230 DCHECK(resource.threat_type == SafeBrowsingService::URL_PHISHING);
408 if (unsafe_resources_[0].threat_type == SafeBrowsingService::URL_MALWARE) {
410 } else if (unsafe_resources_[0].threat_type ==
462 DCHECK(unsafe_resources_[element_index].threat_type ==
478 DCHECK(unsafe_resources_[element_index].threat_type ==
protocol_manager.cc 652 SafeBrowsingService::UrlCheckResult threat_type,
656 threat_type);
767 SafeBrowsingService::UrlCheckResult threat_type) const {
768 DCHECK(threat_type == SafeBrowsingService::URL_MALWARE ||
769 threat_type == SafeBrowsingService::URL_PHISHING ||
770 threat_type == SafeBrowsingService::BINARY_MALWARE_URL ||
771 threat_type == SafeBrowsingService::BINARY_MALWARE_HASH);
776 switch (threat_type) {
safe_browsing_service.h 66 UrlCheckResult threat_type; member in struct:SafeBrowsingService::UnsafeResource
257 UrlCheckResult threat_type,
372 UrlCheckResult threat_type,
safe_browsing_service.cc 114 threat_type(SAFE),
366 resource.threat_type= result;
462 entry.result = resource.threat_type;
1074 << threat_type; local
    [all...]
protocol_manager.h 135 // to the user. |threat_type| should be one of the types known by
141 SafeBrowsingService::UrlCheckResult threat_type,
246 SafeBrowsingService::UrlCheckResult threat_type) const;
safe_browsing_blocking_page_unittest.cc 163 resource->threat_type = SafeBrowsingService::URL_MALWARE;
malware_details_unittest.cc 210 resource->threat_type = SafeBrowsingService::URL_MALWARE;

Completed in 45 milliseconds