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

/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc152 tab_to_search_box_(NULL),
208 // Put |tab_to_search_box_|, |location_entry_|, and |tab_to_search_hint_| into
240 tab_to_search_box_ = gtk_util::CreateGtkBorderBin(
242 gtk_widget_set_name(tab_to_search_box_, "chrome-tab-to-search-box");
243 gtk_util::ActAsRoundedWindow(tab_to_search_box_, kKeywordBorderColor,
250 tab_to_search_box_); local
254 // Show all children widgets of |tab_to_search_box_| initially, except
256 gtk_widget_show_all(tab_to_search_box_);
766 gtk_widget_modify_bg(tab_to_search_box_, GTK_STATE_NORMAL, NULL);
770 gtk_util::SetRoundedWindowBorderColor(tab_to_search_box_, border_colo
[all...]
H A Dlocation_bar_view_gtk.h348 // Show or hide |tab_to_search_box_| and |tab_to_search_hint_| according to
394 GtkWidget* tab_to_search_box_; member in class:LocationBarViewGtk
441 // Width of the hbox that holds |tab_to_search_box_|, |location_entry_| and
445 // Indicate if |tab_to_search_box_| should be shown.
451 // The last search keyword that was shown via the |tab_to_search_box_|.

Completed in 43 milliseconds