Home
last modified time | relevance | path

Searched refs:instant_view_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.cc172 instant_view_(NULL), in AutocompleteEditViewGtk()
363 instant_view_ = gtk_label_new(NULL); in Init()
364 gtk_widget_set_no_show_all(instant_view_, TRUE); in Init()
365 gtk_label_set_selectable(GTK_LABEL(instant_view_), TRUE); in Init()
379 instant_view_, in Init()
769 gtk_label_set_text(GTK_LABEL(instant_view_), suggestion_utf8.c_str()); in SetInstantSuggestion()
774 gtk_widget_hide(instant_view_); in SetInstantSuggestion()
786 gtk_widget_show(instant_view_); in SetInstantSuggestion()
792 const gchar* suggestion = gtk_label_get_text(GTK_LABEL(instant_view_)); in GetInstantSuggestion()
958 gtk_util::UndoForceFontSize(instant_view_); in SetBaseColor()
[all …]
Dautocomplete_edit_view_gtk.h394 GtkWidget* instant_view_; variable