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 160 ClientDownloadResponse::DANGEROUS_HOST);
207 ClientDownloadResponse::DANGEROUS_HOST);
download_feedback_service.cc 95 result != DownloadProtectionService::DANGEROUS_HOST)
download_feedback_service_unittest.cc 186 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
192 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));
download_protection_service.cc 424 } else if (response.verdict() == ClientDownloadResponse::DANGEROUS_HOST) {
426 result = DANGEROUS_HOST;
    [all...]
download_protection_service_unittest.cc 639 // If the response is dangerous_host the result should also be marked as
640 // dangerous_host.
641 response.set_verdict(ClientDownloadResponse::DANGEROUS_HOST);
653 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS_HOST));
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 409 DANGEROUS_HOST: 'DANGEROUS_HOST',
629 case Download.DangerType.DANGEROUS_HOST: {
659 this.dangerType_ == Download.DangerType.DANGEROUS_HOST ||
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 648 case DownloadProtectionService::DANGEROUS_HOST:

Completed in 94 milliseconds