Home | History | Annotate | Download | only in core

Lines Matching refs:InfoBars

5 #include "components/infobars/core/infobar_container.h"
11 #include "components/infobars/core/infobar.h"
12 #include "components/infobars/core/infobar_delegate.h"
15 namespace infobars {
27 // RemoveAllInfoBarsForDestruction() should have already cleared our infobars.
37 // Hides all infobars in this container without animation.
51 // As when we removed the infobars above, we prevent callbacks to
62 // Our |total_height| is the sum of the preferred heights of the InfoBars
67 for (InfoBars::const_iterator i(infobars_.begin()); i != infobars_.end();
98 InfoBars::iterator i(std::find(infobars_.begin(), infobars_.end(), infobar));
126 InfoBars::const_iterator i(std::find(infobars_.begin(), infobars_.end(),
179 } // namespace infobars