OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malware_report_times_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h
321
std::queue<base::Time>
malware_report_times_
;
member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service.cc
412
malware_report_times_
.push(base::Time::Now());
584
return GetNumReports(&
malware_report_times_
);
client_side_detection_service_unittest.cc
143
return csd_service_->
malware_report_times_
;
Completed in 26 milliseconds