HomeSort by relevance Sort by last modified time
    Searched refs:InfoBars (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.h 21 // related aspects of InfoBars. While InfoBars own themselves, the
22 // InfoBarContainer is responsible for telling particular InfoBars that they
49 // Changes the TabContents for which this container is showing infobars. This
50 // will remove all current infobars from the container, add the infobars from
89 // infobars (which will call the pure virtual functions below) while the
99 typedef std::vector<InfoBar*> InfoBars;
127 InfoBars infobars_;
infobar_container.cc 5 #include "chrome/browser/ui/views/infobars/infobar_container.h"
8 #include "chrome/browser/ui/views/infobars/infobar.h"
24 // RemoveAllInfoBarsForDestruction() should have already cleared our infobars.
53 // As when we removed the infobars above, we prevent callbacks to
65 // Our |total_height| is the sum of the preferred heights of the InfoBars
70 for (InfoBars::iterator i(infobars_.begin()); i != infobars_.end(); ++i) {
101 InfoBars::iterator infobar_iterator(std::find(infobars_.begin(),
151 for (InfoBars::iterator i(infobars_.begin()); i != infobars_.end(); ++i) {

Completed in 38 milliseconds