Home
last modified time | relevance | path

Searched refs:combined_match (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_index.cc232 Match& combined_match = result->back(); in CombineMatches() local
233 combined_match.terms = match.terms; in CombineMatches()
234 combined_match.terms.push_back(index_i); in CombineMatches()
235 combined_match.nodes.swap(intersection); in CombineMatches()