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

  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 15 namespace download_protection_util { namespace in namespace:safe_browsing
27 } // namespace download_protection_util
zip_analyzer.cc 8 #include "chrome/common/safe_browsing/download_protection_util.h"
35 if (download_protection_util::IsBinaryFile(file)) {
38 if (download_protection_util::IsArchiveFile(file)) {
download_protection_util.cc 5 #include "chrome/common/safe_browsing/download_protection_util.h"
11 namespace download_protection_util { namespace in namespace:safe_browsing
65 } // namespace download_protection_util
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder.cc 21 #include "chrome/common/safe_browsing/download_protection_util.h"
40 if (!download_protection_util::IsBinaryFile(first.target_path) ||
41 download_protection_util::IsArchiveFile(first.target_path)) {
88 download_protection_util::GetDownloadType(download.target_path));
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 33 #include "chrome/common/safe_browsing/download_protection_util.h"
337 DCHECK(!download_protection_util::IsArchiveFile(
470 if (!download_protection_util::IsBinaryFile(target_path)) {
474 *type = download_protection_util::GetDownloadType(target_path);
    [all...]

Completed in 3570 milliseconds