Home
last modified time | relevance | path

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

/external/chromium_org/components/bookmarks/browser/
Dbookmark_index.h61 void SortMatches(const Matches& matches, Nodes* sorted_nodes) const;
Dbookmark_index.cc151 SortMatches(matches, &sorted_nodes); in GetBookmarksMatching()
171 void BookmarkIndex::SortMatches(const Matches& matches, in SortMatches() function in bookmarks::BookmarkIndex