Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:BookmarkModel

31 class BookmarkModel;
48 // id and type. BookmarkNodes are returned from BookmarkModel.
74 // BookmarkModel::SetTitle(..) should be used instead.
136 friend class BookmarkModel;
165 // The URL of this node. BookmarkModel maintains maps off this URL, so changes
166 // to the URL must be done through the BookmarkModel.
218 // BookmarkModel --------------------------------------------------------------
220 // BookmarkModel provides a directed acyclic graph of URLs and folders.
226 // You should NOT directly create a BookmarkModel, instead go through the
228 class BookmarkModel : public content::NotificationObserver,
232 explicit BookmarkModel(Profile* profile);
233 virtual ~BookmarkModel();
239 // BookmarkModel. You need not invoke this directly.
392 // Sets the store to NULL, making it so the BookmarkModel does not persist
440 // BookmarkModel takes ownership of |details|.
553 DISALLOW_COPY_AND_ASSIGN(BookmarkModel);