Home
last modified time | relevance | path

Searched refs:DownloadPathIsDangerous (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_prefs.cc47 bool DownloadPathIsDangerous(const base::FilePath& download_path) { in DownloadPathIsDangerous() function
79 if (DownloadPathIsDangerous(path_)) { in DefaultDownloadDirectory()
107 if (DownloadPathIsDangerous(current_download_dir)) { in DownloadPrefs()
/external/chromium/chrome/browser/download/
Ddownload_util.h55 bool DownloadPathIsDangerous(const FilePath& download_path);
Ddownload_prefs.cc73 if (download_util::DownloadPathIsDangerous(current_download_dir)) { in RegisterUserPrefs()
Ddownload_util.cc182 if (DownloadPathIsDangerous(path_)) { in DefaultDownloadDirectory()
206 bool DownloadPathIsDangerous(const FilePath& download_path) { in DownloadPathIsDangerous() function