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

  /external/chromium_org/chrome/browser/download/
download_extensions.cc 64 // Some files are dangerous on all platforms.
67 { "swf", DANGEROUS },
68 { "spl", DANGEROUS },
83 { "cfg", DANGEROUS },
90 { "dll", DANGEROUS },
91 { "drv", DANGEROUS },
94 { "grp", DANGEROUS },
99 { "ini", DANGEROUS },
105 { "local", DANGEROUS },
110 { "manifest", DANGEROUS },
    [all...]
download_extensions.h 17 DANGEROUS
chrome_download_manager_delegate.cc 149 // protection, mark it as potentially dangerous content until we are done
317 << "() SB service disabled. Marking download as DANGEROUS FILE";
632 // We only mark the content as being dangerous if the download's safety state
633 // has not been set to DANGEROUS yet. We don't want to show two warnings.
648 case DownloadProtectionService::DANGEROUS:
download_target_determiner.cc 590 // if there are prior visits and is considered dangerous otherwise.
675 // if one is available. A resumed download shouldn't cause a non-dangerous
676 // download to be considered dangerous upon resumption. Therefore the
687 // Dangerous downloads receive a random intermediate name that looks like:
716 << " Is dangerous file:" << is_dangerous_file_;
820 // considered dangerous.
829 // Extensions that are not from the gallery are considered dangerous.
857 case download_util::DANGEROUS:
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.h 46 DANGEROUS,
download_protection_service_unittest.cc 440 // Response to any requests will be DANGEROUS.
442 response.set_verdict(ClientDownloadResponse::DANGEROUS);
482 // With no referrer and just the bad url, should be marked DANGEROUS.
490 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
503 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
516 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
645 // If the response is dangerous the result should also be marked as dangerous.
646 response.set_verdict(ClientDownloadResponse::DANGEROUS);
660 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
    [all...]
download_feedback_service_unittest.cc 183 EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, ok_size));
189 EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, bad_size));
download_protection_service.cc 174 DownloadProtectionService::DANGEROUS :
420 // UNKNOWN even if the server says it's dangerous to download this file.
425 } else if (response.verdict() == ClientDownloadResponse::DANGEROUS) {
427 result = DANGEROUS;
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 405 this.danger_ = createElementWithClassName('div', 'show-dangerous');
427 // Buttons for the dangerous but not malicious case.
452 DANGEROUS: 'DANGEROUS',
457 * Explains why a download is in DANGEROUS state.
538 if (this.state_ == Download.States.DANGEROUS) {
660 * danger level of a file. Dangerous & malicious files are treated differently.
752 case Download.States.DANGEROUS:
790 * Tells the backend that the user chose to save a dangerous file.
800 * Tells the backend that the user chose to discard a dangerous file
    [all...]

Completed in 314 milliseconds