Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:suggestion

361   // Setup for the Instant suggestion text view.
765 void AutocompleteEditViewGtk::SetInstantSuggestion(const string16& suggestion,
767 std::string suggestion_utf8 = UTF16ToUTF8(suggestion);
773 if (suggestion.empty()) {
792 const gchar* suggestion = gtk_label_get_text(GTK_LABEL(instant_view_));
793 return suggestion ? UTF8ToUTF16(suggestion) : string16();
816 // Use the real end iterator here to take the width of instant suggestion