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

  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 167 history::TermMatches new_matches = local
170 match.contents_class = SpansFromTermMatch(new_matches, match.contents.size());
autocomplete.cc 748 const ACMatches& new_matches) {
749 if (new_matches.size() >= old_matches.size())
752 size_t delta = old_matches.size() - new_matches.size();
753 const int max_relevance = (new_matches.empty() ?
754 matches_.front().relevance : new_matches[0].relevance) - 1;
763 if (!HasMatchByDestination(*i, new_matches)) {
    [all...]
autocomplete.h 570 // last result, and |new_matches| the results from this result.
572 const ACMatches& new_matches);
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 688 TermMatches new_matches; local
695 new_matches.push_back(new_match);
698 return new_matches;
    [all...]

Completed in 949 milliseconds