Home
last modified time | relevance | path

Searched refs:DANGEROUS_FILE (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_item.h72 DANGEROUS_FILE, enumerator
Ddownload_util.cc632 DCHECK(download->danger_type() == DownloadItem::DANGEROUS_FILE || in CreateDownloadItemValue()
635 download->danger_type() == DownloadItem::DANGEROUS_FILE ? in CreateDownloadItemValue()
Ddownload_item.cc108 return DownloadItem::DANGEROUS_FILE; in GetDangerType()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.mm184 DownloadItem::DANGEROUS_FILE);
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc614 DCHECK(get_download()->danger_type() == DownloadItem::DANGEROUS_FILE); in UpdateDangerWarning()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc302 DCHECK(download->danger_type() == DownloadItem::DANGEROUS_FILE); in DownloadItemView()