Searched refs:current_matches (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.h85 // Iterates over |current_matches| calculating the intersection between the
95 const Matches& current_matches,
H A Dbookmark_index.cc313 const Matches& current_matches,
315 for (size_t i = 0; i < current_matches.size(); ++i) {
316 const Match& match = current_matches[i];
312 CombineMatches(const Index::const_iterator& index_i, const Matches& current_matches, Matches* result) argument
/external/chromium_org/components/omnibox/
H A Dautocomplete_result_unittest.cc187 ACMatches current_matches; local
188 PopulateAutocompleteMatches(current, current_size, &current_matches);
190 current_result.AppendMatches(current_matches);

Completed in 830 milliseconds