Searched refs:kMaxReportsPerInterval (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h108 // Returns true if we have sent more than kMaxReportsPerInterval in the last
146 static const int kMaxReportsPerInterval; member in class:safe_browsing::ClientSideDetectionService
H A Dclient_side_detection_service.cc29 const int ClientSideDetectionService::kMaxReportsPerInterval = 3; member in class:safe_browsing::ClientSideDetectionService
410 return GetNumReports() > kMaxReportsPerInterval;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.cc65 const int ClientSideDetectionService::kMaxReportsPerInterval = 3; member in class:safe_browsing::ClientSideDetectionService
576 return GetMalwareNumReports() > kMaxReportsPerInterval;
580 return GetPhishingNumReports() > kMaxReportsPerInterval;
H A Dclient_side_detection_service.h132 // Returns true if we have sent more than kMaxReportsPerInterval phishing
136 // Returns true if we have sent more than kMaxReportsPerInterval malware
205 static const int kMaxReportsPerInterval; member in class:safe_browsing::ClientSideDetectionService

Completed in 755 milliseconds