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

  /external/chromium_org/chrome/renderer/safe_browsing/
features.h 43 // kMaxFeatureMapSize.
48 // success, or false if the feature map exceeds kMaxFeatureMapSize
63 static const size_t kMaxFeatureMapSize;
features.cc 12 const size_t FeatureMap::kMaxFeatureMapSize = 10000;
22 if (features_.size() >= kMaxFeatureMapSize) {
23 // If we hit this case, it indicates that either kMaxFeatureMapSize is

Completed in 2359 milliseconds