/external/chromium/chrome/browser/ui/gtk/infobars/ |
confirm_infobar_gtk.h | 34 GtkWidget* confirm_hbox_; member in class:ConfirmInfoBarGtk
|
confirm_infobar_gtk.cc | 24 confirm_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 29 gtk_container_add(GTK_CONTAINER(align), confirm_hbox_); local 41 gtk_util::CenterWidgetInHBox(confirm_hbox_, label, true, 0); 68 gtk_util::CenterWidgetInHBox(confirm_hbox_, button, true, 0);
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
confirm_infobar_gtk.cc | 31 confirm_hbox_(NULL), 43 confirm_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 48 gtk_container_add(GTK_CONTAINER(align), confirm_hbox_); local 60 gtk_util::CenterWidgetInHBox(confirm_hbox_, label, true, 0); 84 DCHECK(confirm_hbox_); 93 gtk_util::CenterWidgetInHBox(confirm_hbox_, button, true, 0);
|
confirm_infobar_gtk.h | 39 GtkWidget* confirm_hbox_; member in class:ConfirmInfoBarGtk
|