HomeSort by relevance Sort by last modified time
    Searched refs:history_matches (Results 1 - 2 of 2) 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...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 460 history::HistoryMatches history_matches; local
485 history_matches.push_back(history::HistoryMatch(*j, i->prefix.length(),
493 CullPoorMatches(&history_matches, params);
494 SortMatches(&history_matches);
496 what_you_typed_match, &history_matches);
499 // moves it to the front of |history_matches|, so skip over it when
508 &history_matches)) {
514 history_matches.empty() ||
515 !PromoteMatchForInlineAutocomplete(params, history_matches.front())) {
540 // |history_matches| above
    [all...]

Completed in 45 milliseconds