HomeSort by relevance Sort by last modified time
    Searched refs:location_entry_alignment_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 408 GtkWidget* location_entry_alignment_; member in class:LocationBarViewGtk
location_bar_view_gtk.cc 259 location_entry_alignment_ = gtk_alignment_new(0.0, 0.0, 1.0, 1.0);
260 gtk_container_add(GTK_CONTAINER(location_entry_alignment_),
262 gtk_box_pack_start(GTK_BOX(entry_box_), location_entry_alignment_, local
783 gtk_alignment_set_padding(GTK_ALIGNMENT(location_entry_alignment_),
815 gtk_alignment_set_padding(GTK_ALIGNMENT(location_entry_alignment_),
    [all...]

Completed in 1113 milliseconds