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

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_toolbar_gtk.h164 // 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
H A Dbrowser_toolbar_gtk.cc176 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,

Completed in 39 milliseconds