/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.h | 164 // All widgets to the left or right of the |location_hbox_|. We put the 165 // widgets on either side of location_hbox_ in their own toolbar so we can 166 // set their minimum sizes independently of |location_hbox_| which needs to 171 GtkWidget* location_hbox_; member in class:BrowserToolbarGtk
|
browser_toolbar_gtk.cc | 176 location_hbox_ = gtk_hbox_new(FALSE, 0); 178 gtk_box_pack_start(GTK_BOX(location_hbox_), location_bar_->widget(), TRUE, 181 g_signal_connect(location_hbox_, "expose-event", 183 gtk_box_pack_start(GTK_BOX(toolbar_), location_hbox_, TRUE, TRUE, local 224 gtk_widget_show_all(location_hbox_); 362 gtk_widget_set_size_request(location_hbox_, -1,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.h | 171 // All widgets to the left or right of the |location_hbox_|. We put the 172 // widgets on either side of location_hbox_ in their own toolbar so we can 173 // set their minimum sizes independently of |location_hbox_| which needs to 178 GtkWidget* location_hbox_; member in class:BrowserToolbarGtk
|
browser_toolbar_gtk.cc | 203 location_hbox_ = gtk_hbox_new(FALSE, 0); 205 gtk_box_pack_start(GTK_BOX(location_hbox_), location_bar_->widget(), TRUE, 208 g_signal_connect(location_hbox_, "expose-event", 210 gtk_box_pack_start(GTK_BOX(toolbar_), location_hbox_, TRUE, TRUE, local 253 gtk_widget_show_all(location_hbox_); 397 gtk_widget_set_size_request(location_hbox_, -1,
|