Home
last modified time | relevance | path

Searched refs:max_total_matches (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dsearch_provider.cc574 const size_t max_total_matches = kMaxMatches + 1; // 1 for "what you typed" in ConvertResultsToAutocompleteMatches() local
576 matches_.begin() + std::min(max_total_matches, matches_.size()), in ConvertResultsToAutocompleteMatches()
578 if (matches_.size() > max_total_matches) in ConvertResultsToAutocompleteMatches()
579 matches_.erase(matches_.begin() + max_total_matches, matches_.end()); in ConvertResultsToAutocompleteMatches()