HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarContainerGtk (Results 1 - 2 of 2) 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...]

Completed in 38 milliseconds