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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.h 159 static const int kMaxUrlsPerIP;
client_side_detection_host.cc 47 const int ClientSideDetectionHost::kMaxUrlsPerIP = 20;
562 } else if (int(it->second.size()) < kMaxUrlsPerIP) {

Completed in 23 milliseconds