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_unittest.cc 188 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
194 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));
download_feedback_service.cc 112 result == DownloadProtectionService::DANGEROUS_HOST))
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/download/
chrome_download_manager_delegate.cc 546 case DownloadProtectionService::DANGEROUS_HOST:
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 392 DANGEROUS_HOST: 'DANGEROUS_HOST',
446 this.dangerType_ == Download.DangerType.DANGEROUS_HOST) {

Completed in 1173 milliseconds