Searched refs:bookmark_bar_view_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc788 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_
[all...]
H A Dbrowser_view.h542 // | | Bookmarks (bookmark_bar_view_) * |
576 // or is bookmark_bar_view_ if the bookmark bar is showing.
586 scoped_ptr<BookmarkBarView> bookmark_bar_view_; member in class:BrowserView

Completed in 57 milliseconds