Home
last modified time | relevance | path

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

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