HomeSort by relevance Sort by last modified time
    Searched refs:GetNumReports (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 92 int GetNumReports() {
93 return csd_service_->GetNumReports();
289 EXPECT_EQ(2, GetNumReports());
client_side_detection_service.h 212 int GetNumReports();
client_side_detection_service.cc 410 return GetNumReports() > kMaxReportsPerInterval;
413 int ClientSideDetectionService::GetNumReports() {
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 260 int GetNumReports(std::queue<base::Time>* report_times);
client_side_detection_service.cc 584 return GetNumReports(&malware_report_times_);
588 return GetNumReports(&phishing_report_times_);
591 int ClientSideDetectionService::GetNumReports(
client_side_detection_service_unittest.cc 134 int GetNumReports(std::queue<base::Time>* report_times) {
135 return csd_service_->GetNumReports(report_times);
515 EXPECT_EQ(2, GetNumReports(&report_times));

Completed in 72 milliseconds