OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
39
results->
has_executable
= true;
/external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc
546
zipped_executable_ = results.
has_executable
;
548
<< ",
has_executable
=" << results.
has_executable
[
all
...]
/external/chromium_org/chrome/common/
chrome_utility_messages.h
64
IPC_STRUCT_TRAITS_MEMBER(
has_executable
)
Completed in 134 milliseconds