Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.cc201 HistoryMatches history_matches; in DoAutocomplete() local
219 history_matches.push_back(HistoryMatch(*j, i->prefix.length(), in DoAutocomplete()
226 CullPoorMatches(&history_matches); in DoAutocomplete()
227 SortMatches(&history_matches); in DoAutocomplete()
229 what_you_typed_match, &history_matches); in DoAutocomplete()
241 &history_matches)) { in DoAutocomplete()
247 history_matches.empty() || in DoAutocomplete()
248 !PromoteMatchForInlineAutocomplete(params, history_matches.front())) { in DoAutocomplete()
263 CullRedirects(backend, &history_matches, kMaxMatches + exact_suggestion); in DoAutocomplete()
266 for (size_t i = first_match; i < history_matches.size(); ++i) { in DoAutocomplete()
[all …]