DANGEROUS_HOST    663 chrome/browser/download/chrome_download_manager_delegate.cc       case DownloadProtectionService::DANGEROUS_HOST:
DANGEROUS_HOST     95 chrome/browser/safe_browsing/download_feedback_service.cc       result != DownloadProtectionService::DANGEROUS_HOST)
DANGEROUS_HOST    184 chrome/browser/safe_browsing/download_feedback_service_unittest.cc       WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
DANGEROUS_HOST    190 chrome/browser/safe_browsing/download_feedback_service_unittest.cc       WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));
DANGEROUS_HOST    162 chrome/browser/safe_browsing/download_feedback_unittest.cc       ClientDownloadResponse::DANGEROUS_HOST);
DANGEROUS_HOST    213 chrome/browser/safe_browsing/download_feedback_unittest.cc       ClientDownloadResponse::DANGEROUS_HOST);
DANGEROUS_HOST    430 chrome/browser/safe_browsing/download_protection_service.cc       } else if (response.verdict() == ClientDownloadResponse::DANGEROUS_HOST) {
DANGEROUS_HOST    432 chrome/browser/safe_browsing/download_protection_service.cc         result = DANGEROUS_HOST;
DANGEROUS_HOST    651 chrome/browser/safe_browsing/download_protection_service_unittest.cc   response.set_verdict(ClientDownloadResponse::DANGEROUS_HOST);
DANGEROUS_HOST    663 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS_HOST));