Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Matches

59   typedef std::vector<Match> Matches;
62 // Used to sort Matches in decreasing order of typed count.
66 // Extracts |matches.nodes| into NodeTypedCountPairs and sorts the pairs in
68 void SortMatches(const Matches& matches,
80 // count so that the best matches will always be added to the results.
86 // Add |node| to |results| if the node matches the query.
92 // Populates |matches| for the specified term. If |first_term| is true, this
97 Matches* matches);
99 // Iterates over |matches| updating each Match's nodes to contain the
105 Matches* matches);
117 const Matches& current_matches,
118 Matches* result);