OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
20
#include "chrome/common/safe_browsing/
zip_analyzer
.h"
62
IPC_STRUCT_TRAITS_BEGIN(safe_browsing::
zip_analyzer
::Results)
333
safe_browsing::
zip_analyzer
::Results)
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
23
#include "chrome/common/safe_browsing/
zip_analyzer
.h"
743
safe_browsing::
zip_analyzer
::Results results;
744
safe_browsing::
zip_analyzer
::AnalyzeZipFile(
Completed in 464 milliseconds