Home
last modified time | relevance | path

Searched refs:IsFileSafe (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_extensions.h29 bool IsFileSafe(const FilePath& path);
Ddownload_extensions.cc217 bool IsFileSafe(const FilePath& path) { in IsFileSafe() function
Ddownload_prefs.cc37 if (!extensions[i].empty() && download_util::IsFileSafe(path)) in DownloadPrefs()