Home
last modified time | relevance | path

Searched refs:prefix_text (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk_unittest.cc53 const std::string& prefix_text) { in SetupLayoutForMatch() argument
60 prefix_text); in SetupLayoutForMatch()
Dautocomplete_popup_view_gtk.cc183 const std::string& prefix_text) { in SetupLayoutForMatch() argument
207 size_t additional_offset = prefix_text.size(); // Length in utf-8 bytes. in SetupLayoutForMatch()
208 std::string text_utf8 = prefix_text + UTF16ToUTF8(localized_text); in SetupLayoutForMatch()
Dautocomplete_popup_view_gtk.h62 const std::string& prefix_text);