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

  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 52 bg_box_ = gtk_event_box_new();
53 gtk_widget_set_app_paintable(bg_box_, TRUE);
54 g_signal_connect(bg_box_, "expose-event",
57 gtk_container_add(GTK_CONTAINER(bg_box_), padding);
58 gtk_widget_set_size_request(bg_box_, -1, kInfoBarHeight);
77 slide_widget_.reset(new SlideAnimatorGtk(bg_box_,
95 gtk_widget_show_all(bg_box_);
96 if (bg_box_->window)
97 gdk_window_lower(bg_box_->window);
103 gtk_widget_show_all(bg_box_);
    [all...]
infobar_gtk.h 112 GtkWidget* bg_box_; member in class:InfoBar
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 60 bg_box_(NULL),
85 bg_box_ = gtk_event_box_new();
86 gtk_widget_set_app_paintable(bg_box_, TRUE);
87 g_signal_connect(bg_box_, "expose-event",
90 gtk_container_add(GTK_CONTAINER(bg_box_), padding);
108 gtk_container_add(GTK_CONTAINER(widget_.get()), bg_box_); local
146 DCHECK(bg_box_);
152 GdkWindow* gdk_window = gtk_widget_get_window(bg_box_);
165 DCHECK(bg_box_);
167 gtk_widget_set_size_request(bg_box_, -1, bar_target_height())
    [all...]
infobar_gtk.h 129 // A GtkExpandedContainer that contains |bg_box_| so we can vary the height of
134 GtkWidget* bg_box_; member in class:InfoBarGtk

Completed in 188 milliseconds