Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Match

56   struct Match;
57 typedef std::vector<Match> Matches;
69 // Extracts BookmarkNodes from |match| and retrieves typed counts for each
74 const Match& match,
97 // Iterates over |matches| updating each Match's nodes to contain the
98 // intersection of the Match's current nodes and the nodes at |index_i|.
99 // If the intersection is empty, the Match is removed.
106 // Match's nodes and the nodes at |index_i|. If the intersection between the
107 // two is non-empty, a new match is added to |result|.