Searched refs:active_bookmark_bar_ (Results 1 – 4 of 4) sorted by relevance
50 active_bookmark_bar_(NULL), in BrowserViewLayout()71 if (active_bookmark_bar_ && in GetMinimumSize()73 bookmark_bar_size = active_bookmark_bar_->GetMinimumSize(); in GetMinimumSize()76 active_bookmark_bar_->GetToolbarOverlap(true))); in GetMinimumSize()205 active_bookmark_bar_ = NULL; in Installed()229 active_bookmark_bar_ = static_cast<BookmarkBarView*>(view); in ViewAdded()243 active_bookmark_bar_ = NULL; in ViewRemoved()330 if (active_bookmark_bar_) { in LayoutBookmarkAndInfoBars()334 if (active_bookmark_bar_->IsDetached()) in LayoutBookmarkAndInfoBars()344 DCHECK(active_bookmark_bar_); in LayoutBookmarkBar()[all …]
116 BookmarkBarView* active_bookmark_bar_; variable
300 active_bookmark_bar_(NULL), in BrowserView()788 if (active_bookmark_bar_ && bookmark_bar_view_->IsVisible()) { in FocusBookmarksToolbar()892 active_bookmark_bar_ && in IsBookmarkBarVisible()893 (active_bookmark_bar_->GetPreferredSize().height() != 0); in IsBookmarkBarVisible()1914 return UpdateChildViewAndLayout(new_bookmark_bar_view, &active_bookmark_bar_);
577 views::View* active_bookmark_bar_; variable