Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:bookmark_model_

38       bookmark_model_(NULL),
43 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_);
47 bookmark_model_->AddObserver(this);
59 if (bookmark_model_->IsDoingExtensiveChanges())
60 ExtensiveBookmarkChangesBeginning(bookmark_model_);
64 bookmark_model_->RemoveObserver(this);
119 if (folder == bookmark_model_->mobile_node() &&
178 bookmark_model_->Remove(parent_node, parent_node->GetIndexOf(node));
200 bookmark_model_->Move(node, new_parent_node, index);
242 node = GetBookmarkNodeByID(bookmark_model_, static_cast<int64>(node_id));
255 folder = bookmark_model_->mobile_node();
279 return bookmark_model_->mobile_node();
305 return (bookmark_model_->loaded() && partner_bookmarks_shim_->IsLoaded());