Searched refs:auto_open (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_util.h270 bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool auto_open);
H A Ddownload_util.cc882 bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool auto_open) { argument
886 return !(auto_open && info->has_user_gesture);

Completed in 60 milliseconds