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

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.h 47 DANGEROUS_HOST,
download_feedback_unittest.cc 162 ClientDownloadResponse::DANGEROUS_HOST);
213 ClientDownloadResponse::DANGEROUS_HOST);
download_feedback_service.cc 95 result != DownloadProtectionService::DANGEROUS_HOST)
download_feedback_service_unittest.cc 184 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
190 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));
download_protection_service.cc 426 } else if (response.verdict() == ClientDownloadResponse::DANGEROUS_HOST) {
428 result = DANGEROUS_HOST;
    [all...]
download_protection_service_unittest.cc 543 // If the response is dangerous_host the result should also be marked as
544 // dangerous_host.
545 response.set_verdict(ClientDownloadResponse::DANGEROUS_HOST);
557 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS_HOST));
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 413 DANGEROUS_HOST: 'DANGEROUS_HOST',
581 case Download.DangerType.DANGEROUS_HOST: {
611 this.dangerType_ == Download.DangerType.DANGEROUS_HOST ||
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 663 case DownloadProtectionService::DANGEROUS_HOST:

Completed in 140 milliseconds