OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_malware
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h
91
// done. Display an interstitial if |
is_malware
| is true.
94
bool
is_malware
);
client_side_detection_host.cc
481
bool
is_malware
) {
484
<< "
is_malware
:" <<
is_malware
;
local
485
if (
is_malware
&& malware_url.is_valid() && original_url.is_valid()) {
client_side_detection_service.h
65
// void(GURL original_url, GURL malware_url, bool
is_malware
).
client_side_detection_service_unittest.cc
238
bool
is_malware
) {
241
is_malware_ =
is_malware
;
Completed in 37 milliseconds