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

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

Completed in 53 milliseconds