Home
last modified time | relevance | path

Searched refs:infobar_container_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc48 infobar_container_(NULL), in BrowserViewLayout()
203 infobar_container_ = NULL; in Installed()
223 infobar_container_ = view; in ViewAdded()
365 infobar_container_->SetVisible(InfobarVisible()); in LayoutInfoBar()
368 static_cast<InfoBarContainerView*>(infobar_container_)-> in LayoutInfoBar()
370 infobar_container_->SetBounds(vertical_layout_rect_.x(), in LayoutInfoBar()
528 (infobar_container_->GetPreferredSize().height() != 0); in InfobarVisible()
Dbrowser_view.cc303 infobar_container_(NULL), in BrowserView()
651 gfx::Point infobar_top(0, infobar_container_->GetVerticalOverlap(NULL)); in ToolbarSizeChanged()
652 ConvertPointToView(infobar_container_, this, &infobar_top); in ToolbarSizeChanged()
656 infobar_container_->SetMaxTopArrowHeight(infobar_top.y() - icon_bottom.y()); in ToolbarSizeChanged()
1295 infobar_container_->ChangeTabContents(NULL);
1628 if (infobar_container_)
1629 panes->push_back(infobar_container_);
1669 if (child != infobar_container_)
1673 infobar_container_->Paint(canvas);
1765 infobar_container_ = new InfoBarContainerView(this);
[all …]
Dbrowser_view_layout.h114 views::View* infobar_container_; variable
Dbrowser_view.h592 InfoBarContainerView* infobar_container_; variable
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.cc965 int sum = infobar_container_->TotalHeightOfAnimatingBars(); in GetExtraRenderViewHeight()
1155 infobar_container_->ChangeTabContents(NULL); in TabDetachedAt()
1173 infobar_container_->ChangeTabContents(new_contents->tab_contents()); in TabSelectedAt()
1656 infobar_container_.reset(new InfoBarContainerGtk(browser_->profile())); in InitWidgets()
1658 infobar_container_->widget(), in InitWidgets()
Dbrowser_window_gtk.h467 scoped_ptr<InfoBarContainerGtk> infobar_container_; variable