/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 79 // Create |items_hbox_|. We use GtkChromeShrinkableHBox, so that download 81 items_hbox_.Own(gtk_chrome_shrinkable_hbox_new( 85 gtk_widget_set_size_request(items_hbox_.get(), 0, kDownloadItemHeight); 87 // Create a hbox that holds |items_hbox_| and other shelf widgets. 90 // Pack the |items_hbox_| in the outer hbox. 91 gtk_box_pack_start(GTK_BOX(outer_hbox), items_hbox_.get(), TRUE, TRUE, 0); 164 items_hbox_.Destroy(); 277 return items_hbox_.get(); 283 gtk_widget_show_all(items_hbox_.get());
|
download_shelf_gtk.h | 109 // |items_hbox_| holds the download items. 110 OwnedWidgetGtk items_hbox_; member in class:DownloadShelfGtk
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.cc | 90 // Create |items_hbox_|. We use GtkChromeShrinkableHBox, so that download 92 items_hbox_.Own(gtk_chrome_shrinkable_hbox_new( 96 gtk_widget_set_size_request(items_hbox_.get(), 0, kDownloadItemHeight); 98 // Create a hbox that holds |items_hbox_| and other shelf widgets. 101 // Pack the |items_hbox_| in the outer hbox. 102 gtk_box_pack_start(GTK_BOX(outer_hbox), items_hbox_.get(), TRUE, TRUE, 0); 173 items_hbox_.Destroy(); 299 return items_hbox_.get(); 305 gtk_widget_show_all(items_hbox_.get());
|
download_shelf_gtk.h | 118 // |items_hbox_| holds the download items. 119 ui::OwnedWidgetGtk items_hbox_; member in class:DownloadShelfGtk
|