Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:BookmarkModel

32 class BookmarkModel;
43 // star id and type. BookmarkNodes are returned from a BookmarkModel.
46 friend class BookmarkModel;
100 // BookmarkModel::GetFavicon rather than this. BookmarkModel::GetFavicon
146 // The URL. BookmarkModel maintains maps off this URL, it is important that
162 // BookmarkModel --------------------------------------------------------------
164 // BookmarkModel provides a directed acyclic graph of the starred entries
170 // You should NOT directly create a BookmarkModel, instead go through the
173 class BookmarkModel : public NotificationObserver, public BookmarkService {
179 explicit BookmarkModel(Profile* profile);
180 virtual ~BookmarkModel();
183 // BookmarkModel. You need not invoke this directly.
325 // Sets the store to NULL, making it so the BookmarkModel does not persist
359 // BookmarkModel takes ownership of |details|.
467 DISALLOW_COPY_AND_ASSIGN(BookmarkModel);