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

  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 155 tab_to_search_hint_(NULL),
208 // Put |tab_to_search_box_|, |location_entry_|, and |tab_to_search_hint_| into
266 tab_to_search_hint_ = gtk_hbox_new(FALSE, 0);
267 gtk_widget_set_name(tab_to_search_hint_, "chrome-tab-to-search-hint");
274 gtk_box_pack_start(GTK_BOX(tab_to_search_hint_),
277 gtk_box_pack_start(GTK_BOX(tab_to_search_hint_),
280 gtk_box_pack_start(GTK_BOX(tab_to_search_hint_),
283 // Show all children widgets of |tab_to_search_hint_| initially.
284 gtk_widget_show_all(tab_to_search_hint_);
285 gtk_widget_hide(tab_to_search_hint_);
288 gtk_box_pack_end(GTK_BOX(entry_box_), tab_to_search_hint_, FALSE, FALSE, 0); local
    [all...]
location_bar_view_gtk.h 348 // Show or hide |tab_to_search_box_| and |tab_to_search_hint_| according to
400 GtkWidget* tab_to_search_hint_; member in class:LocationBarViewGtk
442 // |tab_to_search_hint_|.
448 // Indicate if |tab_to_search_hint_| should be shown.

Completed in 178 milliseconds