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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 301 phishing_report_times_.push(base::Time::Now());
417 while (!phishing_report_times_.empty() &&
418 phishing_report_times_.front() < cutoff) {
419 phishing_report_times_.pop();
423 return phishing_report_times_.size();
client_side_detection_service.h 241 std::queue<base::Time> phishing_report_times_; member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service_unittest.cc 97 return csd_service_->phishing_report_times_;
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 317 std::queue<base::Time> phishing_report_times_; member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service.cc 356 phishing_report_times_.push(base::Time::Now());
588 return GetNumReports(&phishing_report_times_);
client_side_detection_service_unittest.cc 139 return csd_service_->phishing_report_times_;

Completed in 1307 milliseconds