HomeSort by relevance Sort by last modified time
    Searched defs:BookmarkModel (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
bookmark_model.py 5 """BookmarkModel: python representation of the bookmark model.
14 class BookmarkModel(object):
17 """Initialize a BookmarkModel from a string of json.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 89 // BookmarkModel --------------------------------------------------------------
120 BookmarkModel::BookmarkModel(Profile* profile)
136 BookmarkModel::~BookmarkModel() {
147 void BookmarkModel::Load() {
165 const BookmarkNode* BookmarkModel::GetParentForNewNodes() {
171 void BookmarkModel::Remove(const BookmarkNode* parent, int index) {
179 void BookmarkModel::Move(const BookmarkNode* node,
218 void BookmarkModel::Copy(const BookmarkNode* node
    [all...]
bookmark_model.h 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
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model.cc 216 // BookmarkModel --------------------------------------------------------------
218 BookmarkModel::BookmarkModel(Profile* profile)
235 BookmarkModel::~BookmarkModel() {
246 void BookmarkModel::Shutdown() {
251 // details. It is also called when the BookmarkModel is deleted.
255 void BookmarkModel::Load(
277 const BookmarkNode* BookmarkModel::GetParentForNewNodes() {
284 void BookmarkModel::AddObserver(BookmarkModelObserver* observer)
    [all...]
bookmark_model.h 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
    [all...]

Completed in 159 milliseconds