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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 172 instant_view_(NULL),
363 instant_view_ = gtk_label_new(NULL);
364 gtk_widget_set_no_show_all(instant_view_, TRUE);
365 gtk_label_set_selectable(GTK_LABEL(instant_view_), TRUE);
379 instant_view_, local
769 gtk_label_set_text(GTK_LABEL(instant_view_), suggestion_utf8.c_str());
774 gtk_widget_hide(instant_view_);
786 gtk_widget_show(instant_view_);
792 const gchar* suggestion = gtk_label_get_text(GTK_LABEL(instant_view_));
    [all...]
autocomplete_edit_view_gtk.h 358 // the anchor holding the |instant_view_| widget.
362 // beyond the anchor for holding the |instant_view_| widget.
365 // Adjusts vertical alignment of the |instant_view_| in the |text_view_|, to
394 GtkWidget* instant_view_; member in class:AutocompleteEditViewGtk

Completed in 31 milliseconds