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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc767 std::string suggestion_utf8 = UTF16ToUTF8(suggestion); local
769 gtk_label_set_text(GTK_LABEL(instant_view_), suggestion_utf8.c_str());
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc718 std::string suggestion_utf8 = UTF16ToUTF8(suggestion); local
720 gtk_label_set_text(GTK_LABEL(gray_text_view_), suggestion_utf8.c_str());

Completed in 126 milliseconds