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

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_client.h37 typedef std::pair<const BookmarkNode*, int> NodeTypedCountPair; typedef in class:bookmarks::BookmarkClient
38 typedef std::vector<NodeTypedCountPair> NodeTypedCountPairs;
H A Dbookmark_index.cc24 typedef BookmarkClient::NodeTypedCountPair NodeTypedCountPair; typedef in namespace:bookmarks
48 : std::binary_function<NodeTypedCountPair, NodeTypedCountPair, bool> {
49 bool operator()(const NodeTypedCountPair& a,
50 const NodeTypedCountPair& b) const {
55 // Extract the const Node* stored in a BookmarkClient::NodeTypedCountPair.
57 : std::unary_function<NodeTypedCountPair, const BookmarkNode*> {
58 const BookmarkNode* operator()(const NodeTypedCountPair& pair) const {

Completed in 100 milliseconds