HomeSort by relevance Sort by last modified time
    Searched refs:current_matches (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 104 ACMatches current_matches; local
105 PopulateAutocompleteMatches(current, current_size, &current_matches);
107 current_result.AppendMatches(current_matches);
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.h 107 // Iterates over |current_matches| calculating the intersection between the
117 const Matches& current_matches,
bookmark_index.cc 222 const Matches& current_matches,
224 for (size_t i = 0; i < current_matches.size(); ++i) {
225 const Match& match = current_matches[i];
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h 105 // Iterates over |current_matches| calculating the intersection between the
115 const Matches& current_matches,
bookmark_index.cc 230 const Matches& current_matches,
232 for (size_t i = 0; i < current_matches.size(); ++i) {
233 const Match& match = current_matches[i];
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 144 ACMatches current_matches; local
145 PopulateAutocompleteMatches(current, current_size, &current_matches);
147 current_result.AppendMatches(current_matches);

Completed in 164 milliseconds