Home | History | Annotate | Download | only in infobars

Lines Matching refs:infobar

53 void InfoBarContainerGtk::PlatformSpecificAddInfoBar(InfoBar* infobar,
55 InfoBarGtk* infobar_gtk = static_cast<InfoBarGtk*>(infobar);
76 void InfoBarContainerGtk::PlatformSpecificRemoveInfoBar(InfoBar* infobar) {
77 InfoBarGtk* infobar_gtk = static_cast<InfoBarGtk*>(infobar);
81 std::find(infobars_gtk_.begin(), infobars_gtk_.end(), infobar);
85 base::MessageLoop::current()->DeleteSoon(FROM_HERE, infobar);
100 InfoBarGtk* infobar) {
104 // For each infobar after |infobar| (or starting from the beginning if NULL),
107 if (infobar) {
108 it = std::find(infobars_gtk_.begin(), infobars_gtk_.end(), infobar);
116 // |infobar| is the last infobar in the list and thus doesn't need to
117 // paint the next infobar's arrow.
133 // to the infobar.