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

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_storage.h28 typedef ScopedVector<BookmarkPermanentNode> BookmarkPermanentNodeList; typedef in namespace:bookmarks
30 // A callback that generates a BookmarkPermanentNodeList, given a max ID to
33 typedef base::Callback<BookmarkPermanentNodeList(int64*)> LoadExtraCallback;
69 const BookmarkPermanentNodeList& extra_nodes() {
120 BookmarkPermanentNodeList extra_nodes_;

Completed in 31 milliseconds