Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:model

68   // time the model changes, typically to cancel an operation that is showing
69 // data from the model such as a menu. This isn't intended as a general
71 // showing data from the model in a modal like setting and needs to cleanly
72 // exit the modal loop if the model changes out from under it.
83 // Invoked when the model changes. Should cancel the edit and close any
148 // Sets the model change listener to listener.
160 // Returns the model change listener.
168 // Returns the model.
240 // bookmark bar model has.
300 // Invoked when the bookmark bar model has finished loading. Creates a button
301 // for each of the children of the root node from the model.
302 virtual void Loaded(BookmarkModel* model);
304 // Invoked when the model is being deleted.
305 virtual void BookmarkModelBeingDeleted(BookmarkModel* model);
308 virtual void BookmarkNodeMoved(BookmarkModel* model,
317 virtual void BookmarkNodeAdded(BookmarkModel* model,
322 void BookmarkNodeAddedImpl(BookmarkModel* model,
329 virtual void BookmarkNodeRemoved(BookmarkModel* model,
335 void BookmarkNodeRemovedImpl(BookmarkModel* model,
340 virtual void BookmarkNodeChanged(BookmarkModel* model,
345 void BookmarkNodeChangedImpl(BookmarkModel* model, const BookmarkNode* node);
347 virtual void BookmarkNodeChildrenReordered(BookmarkModel* model,
353 virtual void BookmarkNodeFaviconLoaded(BookmarkModel* model,
472 // Model providing details as to the starred entries/folders that should be