Searched refs:IsDangerous (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/history/
H A Ddownload_create_info.h37 bool IsDangerous();
H A Ddownload_create_info.cc59 bool DownloadCreateInfo::IsDangerous() { function in class:DownloadCreateInfo
/external/chromium/chrome/browser/download/
H A Ddownload_util.h270 bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool auto_open);
H A Ddownload_manager.cc320 info->is_dangerous_file = download_util::IsDangerous(
359 if (info->IsDangerous()) {
411 if (info->IsDangerous())
498 if (info->IsDangerous()) {
H A Ddownload_util.cc882 bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool auto_open) { function in namespace:download_util
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h76 bool IsDangerous();
H A Ddownload_item_gtk.cc262 if (IsDangerous()) {
328 if (IsDangerous()) {
443 if (IsDangerous()) {
493 bool DownloadItemGtk::IsDangerous() { function in class:DownloadItemGtk
752 if (IsDangerous()) {

Completed in 161 milliseconds