Home | History | Annotate | Download | only in glue

Lines Matching refs:bookmark_model_

163     : bookmark_model_(bookmark_model),
169 DCHECK(bookmark_model_);
333 DCHECK(bookmark_model_->IsLoaded());
337 if (!AssociateTaggedPermanentNode(bookmark_model_->other_node(),
343 if (!AssociateTaggedPermanentNode(bookmark_model_->GetBookmarkBarNode(),
350 bookmark_model_->GetBookmarkBarNode()->id());
353 bookmark_model_->other_node()->id());
389 bookmark_model_->Move(child_node, parent_node, index);
392 &sync_child_node, child_node, bookmark_model_)) {
394 child_node, bookmark_model_, &sync_child_node);
399 &sync_child_node, parent_node, bookmark_model_, index);
416 parent_node, bookmark_model_, i, &trans, this,
469 DCHECK(bookmark_model_->IsLoaded());
472 if (bookmark_model_->file_changed())
493 id_index.AddAll(bookmark_model_->GetBookmarkBarNode());
494 id_index.AddAll(bookmark_model_->other_node());
524 if (node != bookmark_model_->GetBookmarkBarNode() &&
525 node != bookmark_model_->other_node() &&