Home
last modified time | relevance | path

Searched defs:text_utf8 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/url_fixer/
Durl_fixer.cc39 const std::string& text_utf8, in UTF8ComponentToUTF16Component()
56 void UTF8PartsToUTF16Parts(const std::string& text_utf8, in UTF8PartsToUTF16Parts()
498 std::string text_utf8 = base::UTF16ToUTF8(text); in SegmentURL() local
644 std::string text_utf8 = base::WideToUTF8(text.value()); in FixupRelativeFile() local
646 std::string text_utf8 = text.value(); in FixupRelativeFile() local
/external/chromium_org/pdf/pdfium/
Dpdfium_page.cc146 std::string text_utf8 = base::UTF16ToUTF8(text_utf16); in GetTextBoxAsValue() local