HomeSort by relevance Sort by last modified time
    Searched refs:DownloadPathIsDangerous (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/download/
download_util.h 48 bool DownloadPathIsDangerous(const base::FilePath& download_path);
download_util.cc 83 if (DownloadPathIsDangerous(path_)) {
104 bool DownloadPathIsDangerous(const base::FilePath& download_path) {
download_prefs.cc 50 if (download_util::DownloadPathIsDangerous(current_download_dir)) {
  /external/chromium/chrome/browser/download/
download_util.h 55 bool DownloadPathIsDangerous(const FilePath& download_path);
download_prefs.cc 73 if (download_util::DownloadPathIsDangerous(current_download_dir)) {
download_util.cc 182 if (DownloadPathIsDangerous(path_)) {
206 bool DownloadPathIsDangerous(const FilePath& download_path) {
    [all...]

Completed in 1022 milliseconds