HomeSort by relevance Sort by last modified time
    Searched refs:new_matches (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 256 history::TermMatches new_matches = local
259 SpansFromTermMatch(new_matches, match.contents.length(), true);
263 DCHECK(!new_matches.empty());
264 size_t inline_autocomplete_offset = new_matches[0].offset +
265 new_matches[0].length;
autocomplete_result.cc 431 const ACMatches& new_matches) {
432 if (new_matches.size() >= old_matches.size())
435 size_t delta = old_matches.size() - new_matches.size();
436 const int max_relevance = (new_matches.empty() ?
437 matches_.front().relevance : new_matches[0].relevance) - 1;
446 if (!HasMatchByDestination(*i, new_matches)) {
autocomplete_result.h 182 // last result, and |new_matches| the results from this result.
186 const ACMatches& new_matches);
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc 73 TermMatches new_matches; local
86 new_matches.push_back(new_match);
89 return new_matches;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 473 new_matches = self.BM.run(new.leaves())
474 for fxr in new_matches:
478 match_set[fxr].extend(new_matches[fxr])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 473 new_matches = self.BM.run(new.leaves())
474 for fxr in new_matches:
478 match_set[fxr].extend(new_matches[fxr])

Completed in 486 milliseconds