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

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.h64 typedef std::vector<NodeTypedCountPair> NodeTypedCountPairs; typedef in class:BookmarkIndex
66 // Extracts |matches.nodes| into NodeTypedCountPairs and sorts the pairs in
69 NodeTypedCountPairs* node_typed_counts) const;
77 NodeTypedCountPairs* node_typed_counts) const;
79 // Sort function for NodeTypedCountPairs. We sort in decreasing order of typed
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_index.h62 typedef std::vector<NodeTypedCountPair> NodeTypedCountPairs; typedef in class:BookmarkIndex
64 // Extracts |matches.nodes| into NodeTypedCountPairs, sorts the pairs in
67 NodeTypedCountPairs* node_typed_counts) const;
75 NodeTypedCountPairs* node_typed_counts) const;
77 // Sort function for NodeTypedCountPairs. We sort in decreasing order of typed

Completed in 623 milliseconds