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

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.cc34 const std::string& text_utf8,
40 text_utf8.substr(0, component_utf8.begin);
41 std::string component_string = text_utf8.substr(component_utf8.begin,
50 void UTF8PartsToUTF16Parts(const std::string& text_utf8, argument
53 if (IsStringASCII(text_utf8)) {
59 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.scheme);
61 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.username);
63 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.password);
65 UTF8ComponentToUTF16Component(text_utf8, parts_utf8.host);
67 UTF8ComponentToUTF16Component(text_utf8, parts_utf
33 UTF8ComponentToUTF16Component( const std::string& text_utf8, const url_parse::Component& component_utf8) argument
568 std::string text_utf8 = WideToUTF8(text.value()); local
570 std::string text_utf8 = text.value(); local
577 std::string text_utf8 = UTF16ToUTF8(text); local
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc206 // UTF-16 offsets in the classification into text_utf8 byte offsets.
208 std::string text_utf8 = prefix_text + UTF16ToUTF8(localized_text); local
243 text_utf8.insert(offset, lre);
264 pango_layout_set_text(layout, text_utf8.data(), text_utf8.size());

Completed in 157 milliseconds