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

  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 484 const size_t AutocompleteProvider::kMaxMatches = 3;
554 const size_t AutocompleteResult::kMaxMatches = 6;
564 matches_.reserve(kMaxMatches);
652 // Sort and trim to the most relevant kMaxMatches matches.
653 const size_t num_matches = std::min(kMaxMatches, matches_.size());
    [all...]
autocomplete.h 422 static const size_t kMaxMatches;
521 // the best kMaxMatches matches. Sets the default match to the best match
556 static const size_t kMaxMatches;
    [all...]

Completed in 47 milliseconds