Home | History | Annotate | Download | only in infobars

Lines Matching defs:InfoBarContainerGtk

74 // InfoBarContainerGtk, public: ------------------------------------------------
76 InfoBarContainerGtk::InfoBarContainerGtk(Profile* profile)
83 InfoBarContainerGtk::~InfoBarContainerGtk() {
89 void InfoBarContainerGtk::ChangeTabContents(TabContents* contents) {
108 void InfoBarContainerGtk::RemoveDelegate(InfoBarDelegate* delegate) {
112 int InfoBarContainerGtk::TotalHeightOfAnimatingBars() const {
118 // InfoBarContainerGtk, NotificationObserver implementation: -------------------
120 void InfoBarContainerGtk::Observe(NotificationType type,
139 // InfoBarContainerGtk, private: -----------------------------------------------
141 void InfoBarContainerGtk::UpdateInfoBars() {
148 void InfoBarContainerGtk::ShowArrowForDelegate(InfoBarDelegate* delegate,
178 void InfoBarContainerGtk::AddInfoBar(InfoBarDelegate* delegate, bool animate) {
193 void InfoBarContainerGtk::RemoveInfoBar(InfoBarDelegate* delegate,
214 void InfoBarContainerGtk::UpdateToolbarInfoBarState(InfoBar* infobar,