HomeSort by relevance Sort by last modified time
    Searched full:has_executable (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.h 18 bool has_executable; member in struct:safe_browsing::zip_analyzer::Results
21 Results() : success(false), has_executable(false), has_archive(false) {}
zip_analyzer.cc 42 results->has_executable = true;
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 35 IPC_STRUCT_TRAITS_MEMBER(has_executable)
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 559 zipped_executable_ = results.has_executable;
561 << ", has_executable=" << results.has_executable
    [all...]

Completed in 379 milliseconds