Home | History | Annotate | Download | only in infobars

Lines Matching defs:InfoBarContainerView

15 const char InfoBarContainerView::kViewClassName[] = "InfoBarContainerView";
17 InfoBarContainerView::InfoBarContainerView(Delegate* delegate)
22 InfoBarContainerView::~InfoBarContainerView() {
26 gfx::Size InfoBarContainerView::GetPreferredSize() {
34 const char* InfoBarContainerView::GetClassName() const {
38 void InfoBarContainerView::Layout() {
50 void InfoBarContainerView::GetAccessibleState(ui::AccessibleViewState* state) {
55 void InfoBarContainerView::PlatformSpecificAddInfoBar(InfoBar* infobar,
61 void InfoBarContainerView::PlatformSpecificRemoveInfoBar(InfoBar* infobar) {