Home | History | Annotate | Download | only in core

Lines Matching refs:InfoBars

12 #include "components/infobars/core/infobar_delegate.h"
18 namespace infobars {
46 // If infobars are disabled for this tab or the tab already has an infobar
57 // If infobars are disabled for this tab, this will do nothing, on the
62 // Removes all the infobars.
68 // If infobars are disabled for this tab, |new_infobar| is deleted immediately
77 // Returns the number of infobars for this tab.
103 // InfoBars associated with this InfoBarManager. We own these pointers.
104 // However, this is not a ScopedVector, because we don't delete the infobars
108 typedef std::vector<InfoBar*> InfoBars;
112 InfoBars infobars_;
120 } // namespace infobars