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

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.h49 // BookmarkModel --------------------------------------------------------------
51 // BookmarkModel provides a directed acyclic graph of URLs and folders.
57 // You should NOT directly create a BookmarkModel, instead go through the
59 class BookmarkModel : public KeyedService { class in inherits:KeyedService
66 explicit BookmarkModel(bookmarks::BookmarkClient* client);
67 virtual ~BookmarkModel();
73 // BookmarkModel. You need not invoke this directly.
185 void GetBookmarks(std::vector<BookmarkModel::URLAndTitle>* urls);
243 // Sets the store to NULL, making it so the BookmarkModel does not persist
278 // Notify BookmarkModel tha
[all...]
H A Dbookmark_model.cc97 // BookmarkModel --------------------------------------------------------------
99 BookmarkModel::BookmarkModel(BookmarkClient* client) function in class:BookmarkModel
113 BookmarkModel::~BookmarkModel() {
124 void BookmarkModel::Shutdown() {
129 // details. It is also called when the BookmarkModel is deleted.
133 void BookmarkModel::Load(
154 const BookmarkNode* BookmarkModel::GetParentForNewNodes() {
161 void BookmarkModel
[all...]

Completed in 78 milliseconds