Home | History | Annotate | Download | only in frame

Lines Matching refs:bookmark_bar_view_

788   if (active_bookmark_bar_ && bookmark_bar_view_->IsVisible()) {
790 bookmark_bar_view_->SetPaneFocus(last_focused_view_storage_id_, NULL);
886 bookmark_bar_view_.reset();
897 return bookmark_bar_view_.get() && bookmark_bar_view_->is_animating();
1235 return bookmark_bar_view_.get();
1626 if (bookmark_bar_view_.get())
1627 panes->push_back(bookmark_bar_view_.get());
1901 if (!bookmark_bar_view_.get()) {
1902 bookmark_bar_view_.reset(new BookmarkBarView(contents->profile(),
1904 bookmark_bar_view_->set_parent_owned(false);
1905 bookmark_bar_view_->set_background(
1906 new BookmarkExtensionBackground(this, bookmark_bar_view_.get(),
1909 bookmark_bar_view_->SetProfile(contents->profile());
1911 bookmark_bar_view_->SetPageNavigator(contents->tab_contents());
1912 new_bookmark_bar_view = bookmark_bar_view_.get();
2131 if (bookmark_bar_view_.get())
2132 bookmark_bar_view_->OnFullscreenToggled(fullscreen);