Searched refs:text_utf8 (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/net/ |
D | url_fixer_upper.cc | 34 const std::string& text_utf8, in UTF8ComponentToUTF16Component() argument 40 text_utf8.substr(0, component_utf8.begin); in UTF8ComponentToUTF16Component() 41 std::string component_string = text_utf8.substr(component_utf8.begin, in UTF8ComponentToUTF16Component() 50 void UTF8PartsToUTF16Parts(const std::string& text_utf8, in UTF8PartsToUTF16Parts() argument 53 if (IsStringASCII(text_utf8)) { in UTF8PartsToUTF16Parts() 59 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.scheme); in UTF8PartsToUTF16Parts() 61 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.username); in UTF8PartsToUTF16Parts() 63 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.password); in UTF8PartsToUTF16Parts() 65 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.host); in UTF8PartsToUTF16Parts() 67 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.port); in UTF8PartsToUTF16Parts() [all …]
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_gtk.cc | 208 std::string text_utf8 = prefix_text + UTF16ToUTF8(localized_text); in SetupLayoutForMatch() local 243 text_utf8.insert(offset, lre); in SetupLayoutForMatch() 264 pango_layout_set_text(layout, text_utf8.data(), text_utf8.size()); in SetupLayoutForMatch()
|