HomeSort by relevance Sort by last modified time
    Searched defs:InfoBars (Results 1 - 3 of 3) 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_;
  /external/chromium_org/chrome/browser/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 InfoBarService for which this container is showing infobars.
50 // This will remove all current infobars from the container, add the infobars
84 // infobars (which will call the pure virtual functions below) while the
98 // different infobars like GTK does.
105 typedef std::vector<InfoBar*> InfoBars;
123 // Hides all infobars in this container without animation
    [all...]
infobar_service.h 24 // Changes whether infobars are enabled. The default is true.
29 // If infobars are disabled for this tab or the tab already has a delegate
38 // If infobars are disabled for this tab, this will do nothing, on the
45 // If infobars are disabled for this tab, |new_delegate| is closed immediately
54 // Returns the number of infobars for this tab.
71 typedef std::vector<InfoBarDelegate*> InfoBars;
73 // Delegates for InfoBars associated with this InfoBarService. We do not own
96 InfoBars infobars_;

Completed in 82 milliseconds