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

  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 112 GtkWidget* bg_box_; member in class:InfoBar
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
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
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...]

Completed in 48 milliseconds