Searched refs:IsFileSafe (Results 1 – 3 of 3) sorted by relevance
29 bool IsFileSafe(const FilePath& path);
217 bool IsFileSafe(const FilePath& path) { in IsFileSafe() function
37 if (!extensions[i].empty() && download_util::IsFileSafe(path)) in DownloadPrefs()