Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:new_matches

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)) {