Searched defs:InfoBarGtk (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dinfobar_gtk.h29 class InfoBarGtk : public InfoBar, class in inherits:InfoBar,content::NotificationObserver
33 typedef void (InfoBarGtk::*ColorGetter)(InfoBarDelegate::Type,
36 InfoBarGtk(InfoBarService* owner, InfoBarDelegate* delegate);
37 virtual ~InfoBarGtk();
94 // gtk-theme state. It is InfoBarGtk's responsibility to observe browser
123 CHROMEGTK_CALLBACK_0(InfoBarGtk, void, OnCloseButton);
124 CHROMEGTK_CALLBACK_1(InfoBarGtk, gboolean, OnBackgroundExpose,
126 CHROMEGTK_CALLBACK_2(InfoBarGtk, void, OnChildSizeRequest, GtkWidget*,
154 DISALLOW_COPY_AND_ASSIGN(InfoBarGtk);
H A Dinfobar_gtk.cc53 // InfoBarGtk -----------------------------------------------------------------
56 const int InfoBarGtk::kEndOfLabelSpacing = 6;
58 InfoBarGtk::InfoBarGtk(InfoBarService* owner, InfoBarDelegate* delegate) function in class:InfoBarGtk
66 InfoBarGtk::~InfoBarGtk() {
69 void InfoBarGtk::InitWidgets() {
120 GdkColor InfoBarGtk::GetBorderColor() const {
125 int InfoBarGtk::AnimatingHeight() const {
129 SkColor InfoBarGtk
[all...]

Completed in 2608 milliseconds