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 48 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 431 } else if (response.verdict() == ClientDownloadResponse::DANGEROUS_HOST) {
433 result = DANGEROUS_HOST;
    [all...]
download_protection_service_unittest.cc 689 // If the response is dangerous_host the result should also be marked as
690 // dangerous_host.
691 response.set_verdict(ClientDownloadResponse::DANGEROUS_HOST);
703 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS_HOST));
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 466 DANGEROUS_HOST: 'DANGEROUS_HOST',
674 case Download.DangerType.DANGEROUS_HOST: {
704 this.dangerType_ == Download.DangerType.DANGEROUS_HOST ||
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 654 case DownloadProtectionService::DANGEROUS_HOST:

Completed in 469 milliseconds