Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:kMaxMatches

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());