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

  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h 21 class InfoBarContainerGtk : public NotificationObserver {
23 explicit InfoBarContainerGtk(Profile* profile);
24 virtual ~InfoBarContainerGtk();
82 DISALLOW_COPY_AND_ASSIGN(InfoBarContainerGtk);
infobar_container_gtk.cc 74 // InfoBarContainerGtk, public: ------------------------------------------------
76 InfoBarContainerGtk::InfoBarContainerGtk(Profile* profile)
83 InfoBarContainerGtk::~InfoBarContainerGtk() {
89 void InfoBarContainerGtk::ChangeTabContents(TabContents* contents) {
108 void InfoBarContainerGtk::RemoveDelegate(InfoBarDelegate* delegate) {
112 int InfoBarContainerGtk::TotalHeightOfAnimatingBars() const {
118 // InfoBarContainerGtk, NotificationObserver implementation: -------------------
120 void InfoBarContainerGtk::Observe(NotificationType type
    [all...]
infobar_gtk.h 22 class InfoBarContainerGtk;
39 void set_container(InfoBarContainerGtk* container) { container_ = container; }
121 InfoBarContainerGtk* container_;
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 35 class InfoBarContainerGtk;
467 scoped_ptr<InfoBarContainerGtk> infobar_container_;
browser_window_gtk.cc     [all...]

Completed in 196 milliseconds