HomeSort by relevance Sort by last modified time
    Searched full:history_matches (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 201 HistoryMatches history_matches; local
219 history_matches.push_back(HistoryMatch(*j, i->prefix.length(),
226 CullPoorMatches(&history_matches);
227 SortMatches(&history_matches);
229 what_you_typed_match, &history_matches);
232 // moves it to the front of |history_matches|, so skip over it when
241 &history_matches)) {
247 history_matches.empty() ||
248 !PromoteMatchForInlineAutocomplete(params, history_matches.front())) {
262 // |history_matches| above
    [all...]

Completed in 4787 milliseconds