Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Match

58   struct Match;
59 typedef std::vector<Match> Matches;
71 // Extracts BookmarkNodes from |match| and retrieves typed counts for each
76 const Match& match,
99 // Iterates over |matches| updating each Match's nodes to contain the
100 // intersection of the Match's current nodes and the nodes at |index_i|.
101 // If the intersection is empty, the Match is removed.
108 // Match's nodes and the nodes at |index_i|. If the intersection between the
109 // two is non-empty, a new match is added to |result|.