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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 108 // Returns true if we have sent more than kMaxReportsPerInterval in the last
146 static const int kMaxReportsPerInterval;
client_side_detection_service.cc 29 const int ClientSideDetectionService::kMaxReportsPerInterval = 3;
410 return GetNumReports() > kMaxReportsPerInterval;
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 132 // 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;
client_side_detection_service.cc 65 const int ClientSideDetectionService::kMaxReportsPerInterval = 3;
576 return GetMalwareNumReports() > kMaxReportsPerInterval;
580 return GetPhishingNumReports() > kMaxReportsPerInterval;

Completed in 25 milliseconds