HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarGtk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 29 class InfoBarGtk : public InfoBar,
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);
infobar_gtk.cc 53 // InfoBarGtk -----------------------------------------------------------------
56 const int InfoBarGtk::kEndOfLabelSpacing = 6;
58 InfoBarGtk::InfoBarGtk(InfoBarService* owner, InfoBarDelegate* delegate)
66 InfoBarGtk::~InfoBarGtk() {
69 void InfoBarGtk::InitWidgets() {
120 GdkColor InfoBarGtk::GetBorderColor() const {
125 int InfoBarGtk::AnimatingHeight() const {
129 SkColor InfoBarGtk::ConvertGetColor(ColorGetter getter)
    [all...]

Completed in 142 milliseconds