Searched defs:outer_hbox (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc88 GtkWidget* outer_hbox = gtk_hbox_new(FALSE, kDownloadItemPadding); local
91 gtk_box_pack_start(GTK_BOX(outer_hbox), items_hbox_.get(), TRUE, TRUE, 0);
93 // Get the padding and background color for |outer_hbox| right.
100 gtk_container_add(GTK_CONTAINER(padding), outer_hbox); local
113 gtk_util::CenterWidgetInHBox(outer_hbox, close_button_->widget(), true, 0);
135 gtk_util::CenterWidgetInHBox(outer_hbox, link_button_, true, 0);
136 gtk_util::CenterWidgetInHBox(outer_hbox, download_image, true, 0);
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc99 GtkWidget* outer_hbox = gtk_hbox_new(FALSE, kDownloadItemPadding); local
102 gtk_box_pack_start(GTK_BOX(outer_hbox), items_hbox_.get(), TRUE, TRUE, 0);
104 // Get the padding and background color for |outer_hbox| right.
111 gtk_container_add(GTK_CONTAINER(padding), outer_hbox); local
124 gtk_util::CenterWidgetInHBox(outer_hbox, close_button_->widget(), true, 0);
145 gtk_util::CenterWidgetInHBox(outer_hbox, link_button_, true, 0);
146 gtk_util::CenterWidgetInHBox(outer_hbox, download_image, true, 0);

Completed in 101 milliseconds