Searched defs:index_i (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.cc203 void BookmarkIndex::CombineMatchesInPlace(const Index::const_iterator& index_i, argument
209 index_i->second.begin(), index_i->second.end(),
214 match->terms.push_back(index_i);
221 void BookmarkIndex::CombineMatches(const Index::const_iterator& index_i, argument
228 index_i->second.begin(), index_i->second.end(),
234 combined_match.terms.push_back(index_i);

Completed in 16 milliseconds