Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_result.cc165 const bool preserve_top_match = !matches_.empty() && in SortAndCull() local
171 std::sort(matches_.begin() + (preserve_top_match ? 1 : 0), matches_.end(), in SortAndCull()