HomeSort by relevance Sort by last modified time
    Searched full:outer_hbox (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 88 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);

Completed in 221 milliseconds