Home | History | Annotate | Download | only in core

Lines Matching refs:InfoBars

12 #include "components/infobars/core/infobar_manager.h"
15 namespace infobars {
20 // related aspects of InfoBars. While InfoBarManager owns the InfoBars, the
21 // InfoBarContainer is responsible for telling particular InfoBars that they
48 // Changes the InfoBarManager for which this container is showing infobars.
49 // This will hide all current infobars, remove them from the container, add
50 // the infobars from |infobar_manager|, and show them all. |infobar_manager|
83 // infobars (which will call the pure virtual functions below) while the
94 // until the translate infobar is implemented as three different infobars like
102 typedef std::vector<InfoBar*> InfoBars;
127 InfoBars infobars_;
135 } // namespace infobars