Home | History | Annotate | Download | only in download

Lines Matching refs:DANGEROUS

83   // Go through all downloads in downloads_.  Dangerous ones we need to
93 if (download->safety_state() == DownloadItem::DANGEROUS &&
110 // At this point, all dangerous downloads have had their files removed
173 (item->safety_state() != DownloadItem::DANGEROUS))
358 // If the download is deemed dangerous, we'll use a temporary name for it.
501 // NOTE: The |Rename| below will be a no-op for dangerous files, as we're
607 // If the download is dangerous, but not yet validated, it's not ready for
609 if (download->safety_state() == DownloadItem::DANGEROUS)
637 DCHECK_NE(DownloadItem::DANGEROUS, download->safety_state());
840 // Also remove it from any completed dangerous downloads.
997 DCHECK_EQ(DownloadItem::DANGEROUS, download->safety_state());
1051 // This includes buttons to save or cancel, for a dangerous download.