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

  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 91 danger_type_(download->GetDangerType()),
569 danger_type_ = danger_type;
581 if (danger_type_ != content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS &&
582 danger_type_ != content::DOWNLOAD_DANGER_TYPE_MAYBE_DANGEROUS_CONTENT)
614 if (danger_type_ == content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS)
615 danger_type_ = content::DOWNLOAD_DANGER_TYPE_DANGEROUS_FILE;
627 if (danger_type_ == content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS)
628 danger_type_ = content::DOWNLOAD_DANGER_TYPE_DANGEROUS_FILE;
661 if (danger_type_ == content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS &&
669 if (danger_type_ == content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS)
    [all...]
download_target_determiner.h 306 content::DownloadDangerType danger_type_; member in class:DownloadTargetDeterminer
  /external/chromium_org/content/browser/download/
download_item_impl.cc 148 danger_type_(danger_type),
200 danger_type_(DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS),
255 danger_type_(DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS),
317 danger_type_ = DOWNLOAD_DANGER_TYPE_USER_VALIDATED;
672 return (danger_type_ == DOWNLOAD_DANGER_TYPE_DANGEROUS_FILE ||
673 danger_type_ == DOWNLOAD_DANGER_TYPE_DANGEROUS_URL ||
674 danger_type_ == DOWNLOAD_DANGER_TYPE_DANGEROUS_CONTENT ||
675 danger_type_ == DOWNLOAD_DANGER_TYPE_UNCOMMON_CONTENT ||
676 danger_type_ == DOWNLOAD_DANGER_TYPE_DANGEROUS_HOST ||
677 danger_type_ == DOWNLOAD_DANGER_TYPE_POTENTIALLY_UNWANTED)
    [all...]
download_manager_impl_unittest.cc 548 danger_type_ = danger_type;
568 DownloadDangerType danger_type_; member in class:content::DownloadManagerTest
650 EXPECT_EQ(DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, danger_type_);
download_item_impl.h 372 // Set the |danger_type_| and invoke obserers if necessary.
495 DownloadDangerType danger_type_; member in class:content::DownloadItemImpl

Completed in 1037 milliseconds