HomeSort by relevance Sort by last modified time
    Searched refs:active_bookmark_bar_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 50 active_bookmark_bar_(NULL),
71 if (active_bookmark_bar_ &&
73 bookmark_bar_size = active_bookmark_bar_->GetMinimumSize();
76 active_bookmark_bar_->GetToolbarOverlap(true)));
205 active_bookmark_bar_ = NULL;
229 active_bookmark_bar_ = static_cast<BookmarkBarView*>(view);
243 active_bookmark_bar_ = NULL;
330 if (active_bookmark_bar_) {
334 if (active_bookmark_bar_->IsDetached())
344 DCHECK(active_bookmark_bar_);
    [all...]
browser_view_layout.h 116 BookmarkBarView* active_bookmark_bar_; member in class:BrowserViewLayout
browser_view.cc 300 active_bookmark_bar_(NULL),
788 if (active_bookmark_bar_ && bookmark_bar_view_->IsVisible()) {
892 active_bookmark_bar_ &&
893 (active_bookmark_bar_->GetPreferredSize().height() != 0);
    [all...]
browser_view.h 575 // active_bookmark_bar_ is either NULL, if the bookmark bar isn't showing,
577 views::View* active_bookmark_bar_; member in class:BrowserView

Completed in 69 milliseconds