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 explicit InfoBarGtk(scoped_ptr<InfoBarDelegate> delegate);
37 virtual ~InfoBarGtk();
92 // gtk-theme state. It is InfoBarGtk's responsibility to observe browser
121 CHROMEGTK_CALLBACK_0(InfoBarGtk, void, OnCloseButton);
122 CHROMEGTK_CALLBACK_1(InfoBarGtk, gboolean, OnBackgroundExpose,
124 CHROMEGTK_CALLBACK_2(InfoBarGtk, void, OnChildSizeRequest, GtkWidget*,
152 DISALLOW_COPY_AND_ASSIGN(InfoBarGtk);
H A Dinfobar_gtk.cc50 // InfoBarGtk -----------------------------------------------------------------
53 const int InfoBarGtk::kEndOfLabelSpacing = 6;
55 InfoBarGtk::InfoBarGtk(scoped_ptr<InfoBarDelegate> delegate) function in class:InfoBarGtk
63 InfoBarGtk::~InfoBarGtk() {
66 GdkColor InfoBarGtk::GetBorderColor() const {
71 int InfoBarGtk::AnimatingHeight() const {
75 SkColor InfoBarGtk::ConvertGetColor(ColorGetter getter) {
81 void InfoBarGtk
[all...]

Completed in 50 milliseconds