GetNumReports     575 chrome/browser/safe_browsing/client_side_detection_service.cc   return GetNumReports(&malware_report_times_);
GetNumReports     579 chrome/browser/safe_browsing/client_side_detection_service.cc   return GetNumReports(&phishing_report_times_);
GetNumReports     260 chrome/browser/safe_browsing/client_side_detection_service.h   int GetNumReports(std::queue<base::Time>* report_times);
GetNumReports     135 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc     return csd_service_->GetNumReports(report_times);
GetNumReports     512 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc   EXPECT_EQ(2, GetNumReports(&report_times));