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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 313 std::queue<base::Time> phishing_report_times_; member in class:safe_browsing::ClientSideDetectionService
client_side_detection_service.cc 346 phishing_report_times_.push(base::Time::Now());
569 return GetNumReports(&phishing_report_times_);
client_side_detection_service_unittest.cc 139 return csd_service_->phishing_report_times_;

Completed in 85 milliseconds