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

  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.h 27 namespace zip_analyzer { namespace in namespace:safe_browsing
34 typedef base::Callback<void(const zip_analyzer::Results&)> ResultCallback;
59 void OnAnalyzeZipFileFinished(const zip_analyzer::Results& results);
sandboxed_zip_analyzer.cc 14 #include "chrome/common/safe_browsing/zip_analyzer.h"
62 zip_analyzer::Results()))) {
89 const zip_analyzer::Results& results) {
download_protection_service.cc 29 #include "chrome/common/safe_browsing/zip_analyzer.h"
541 void OnZipAnalysisFinished(const zip_analyzer::Results& results) {
    [all...]
  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.h 14 namespace zip_analyzer { namespace in namespace:safe_browsing
26 } // namespace zip_analyzer
zip_analyzer.cc 5 #include "chrome/common/safe_browsing/zip_analyzer.h"
12 namespace zip_analyzer { namespace in namespace:safe_browsing
49 } // namespace zip_analyzer
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 19 #include "chrome/common/safe_browsing/zip_analyzer.h"
61 IPC_STRUCT_TRAITS_BEGIN(safe_browsing::zip_analyzer::Results)
297 safe_browsing::zip_analyzer::Results)
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 22 #include "chrome/common/safe_browsing/zip_analyzer.h"
524 safe_browsing::zip_analyzer::Results results;
525 safe_browsing::zip_analyzer::AnalyzeZipFile(

Completed in 181 milliseconds