Searched defs:InfoBarContainerView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.h12 class InfoBarContainerView : public views::AccessiblePaneView, class in inherits:views::AccessiblePaneView,infobars::InfoBarContainer
17 explicit InfoBarContainerView(Delegate* delegate);
18 virtual ~InfoBarContainerView();
33 DISALLOW_COPY_AND_ASSIGN(InfoBarContainerView);
H A Dinfobar_container_view.cc14 const char InfoBarContainerView::kViewClassName[] = "InfoBarContainerView";
16 InfoBarContainerView::InfoBarContainerView(Delegate* delegate) function in class:InfoBarContainerView
21 InfoBarContainerView::~InfoBarContainerView() {
25 gfx::Size InfoBarContainerView::GetPreferredSize() const {
34 const char* InfoBarContainerView::GetClassName() const {
38 void InfoBarContainerView::Layout() {
50 void InfoBarContainerView
[all...]

Completed in 144 milliseconds