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 127 // A GtkExpandedContainer that contains |bg_box_| so we can vary the height of
132 GtkWidget* bg_box_; member in class:InfoBarGtk
infobar_gtk.cc 57 bg_box_(NULL),
107 bg_box_ = gtk_event_box_new();
108 gtk_widget_set_app_paintable(bg_box_, TRUE);
109 g_signal_connect(bg_box_, "expose-event",
112 gtk_container_add(GTK_CONTAINER(bg_box_), padding);
130 gtk_container_add(GTK_CONTAINER(widget_.get()), bg_box_); local
143 DCHECK(bg_box_);
149 GdkWindow* gdk_window = gtk_widget_get_window(bg_box_);
162 DCHECK(bg_box_);
164 gtk_widget_set_size_request(bg_box_, -1, bar_target_height())
    [all...]

Completed in 34 milliseconds