IsBinaryFile       61 chrome/browser/safe_browsing/download_protection_service.cc   DCHECK(download_protection_util::IsBinaryFile(file));
IsBinaryFile      466 chrome/browser/safe_browsing/download_protection_service.cc     if (!download_protection_util::IsBinaryFile(target_path)) {
IsBinaryFile       16 chrome/common/safe_browsing/download_protection_util.h bool IsBinaryFile(const base::FilePath& file);
IsBinaryFile       32 chrome/common/safe_browsing/zip_analyzer.cc     if (download_protection_util::IsBinaryFile(file)) {