Searched refs:entry_box_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.h67 GtkWidget* location_entry_widget() const { return entry_box_; }
390 GtkWidget* entry_box_; member in class:LocationBarViewGtk
H A Dlocation_bar_view_gtk.cc211 entry_box_ = gtk_hbox_new(FALSE, kInnerPadding);
212 gtk_widget_show(entry_box_);
213 gtk_widget_set_size_request(entry_box_, 0, -1);
214 gtk_box_pack_start(GTK_BOX(hbox_.get()), entry_box_, TRUE, TRUE, 0); local
217 // the horizontal space in the |entry_box_|.
218 g_signal_connect(entry_box_, "size-allocate",
251 gtk_box_pack_start(GTK_BOX(entry_box_), tab_to_search_alignment_,
262 gtk_box_pack_start(GTK_BOX(entry_box_), location_entry_alignment_,
288 gtk_box_pack_end(GTK_BOX(entry_box_), tab_to_search_hint_, FALSE, FALSE, 0);
930 entry_box_
[all...]

Completed in 49 milliseconds