Home
last modified time | relevance | path

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

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