Searched refs:zip_analyzer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/safe_browsing/
H A Dzip_analyzer.h14 namespace zip_analyzer { namespace in namespace:safe_browsing
26 } // namespace zip_analyzer
H A Dzip_analyzer.cc5 #include "chrome/common/safe_browsing/zip_analyzer.h"
12 namespace zip_analyzer { namespace in namespace:safe_browsing
52 } // namespace zip_analyzer
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsandboxed_zip_analyzer.h27 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);
H A Dsandboxed_zip_analyzer.cc13 #include "chrome/common/safe_browsing/zip_analyzer.h"
58 zip_analyzer::Results()))) {
85 const zip_analyzer::Results& results) {
H A Ddownload_protection_service.cc34 #include "chrome/common/safe_browsing/zip_analyzer.h"
554 void OnZipAnalysisFinished(const zip_analyzer::Results& results) {
/external/chromium_org/chrome/common/
H A Dchrome_utility_messages.h18 #include "chrome/common/safe_browsing/zip_analyzer.h"
33 IPC_STRUCT_TRAITS_BEGIN(safe_browsing::zip_analyzer::Results)
175 safe_browsing::zip_analyzer::Results)
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc12 #include "chrome/common/safe_browsing/zip_analyzer.h"
333 safe_browsing::zip_analyzer::Results results;
334 safe_browsing::zip_analyzer::AnalyzeZipFile(

Completed in 107 milliseconds