Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/safe_browsing/
Ddownload_protection_util.cc10 bool IsArchiveFile(const base::FilePath& file) { in IsArchiveFile() function
34 IsArchiveFile(file)); in IsBinaryFile()
Ddownload_protection_util.h19 bool IsArchiveFile(const base::FilePath& file);
Dzip_analyzer.cc35 if (download_protection_util::IsArchiveFile(file)) { in AnalyzeZipFile()
/external/chromium_org/chrome/browser/safe_browsing/
Ddownload_protection_service.cc336 DCHECK(!download_protection_util::IsArchiveFile( in Start()