Home
last modified time | relevance | path

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

/external/chromium_org/components/bookmarks/browser/
Dbookmark_index.cc323 Match& combined_match = result->back(); in CombineMatches() local
324 combined_match.terms = match.terms; in CombineMatches()
325 combined_match.terms.push_back(index_i); in CombineMatches()
326 combined_match.nodes.swap(intersection); in CombineMatches()