Home
last modified time | relevance | path

Searched refs:kMaxReportsPerInterval (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.h146 static const int kMaxReportsPerInterval; variable
Dclient_side_detection_service.cc29 const int ClientSideDetectionService::kMaxReportsPerInterval = 3; member in safe_browsing::ClientSideDetectionService
410 return GetNumReports() > kMaxReportsPerInterval; in OverReportLimit()