Home | History | Annotate | Download | only in glue

Lines Matching refs:bookmark_model_

51       bookmark_model_(NULL),
61 if (bookmark_model_)
62 bookmark_model_->RemoveObserver(this);
67 DCHECK(!bookmark_model_);
68 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_);
69 DCHECK(bookmark_model_->loaded());
70 bookmark_model_->AddObserver(this);
135 UpdateTransactionVersion(new_version, bookmark_model_,
144 RemoveAllChildNodes(&trans, bookmark_model_->bookmark_bar_node()->id());
145 RemoveAllChildNodes(&trans, bookmark_model_->other_node()->id());
147 const int64 mobile_bookmark_id = bookmark_model_->mobile_node()->id();
150 RemoveAllChildNodes(&trans, bookmark_model_->mobile_node()->id());
157 UpdateTransactionVersion(new_version, bookmark_model_,
222 node, bookmark_model_, &trans, model_associator_, error_handler());
225 bookmark_model_,
240 bookmark_model_,
252 bookmark_model_ = NULL;
484 BookmarkModel* model = bookmark_model_;
631 bookmark_model_->SetNodeSyncTransactionVersion(dst, model_version);