Home | History | Annotate | Download | only in glue

Lines Matching refs:bookmark_model_

27       bookmark_model_(NULL),
36 DCHECK(!bookmark_model_);
37 bookmark_model_ = profile->GetBookmarkModel();
38 DCHECK(bookmark_model_->IsLoaded());
39 bookmark_model_->AddObserver(this);
44 DCHECK(bookmark_model_);
45 bookmark_model_->RemoveObserver(this);
46 bookmark_model_ = NULL;
138 bookmark_model_ = NULL;
372 BookmarkModel* model = bookmark_model_;