Searched refs:convertedHost (Results 1 – 1 of 1) sorted by relevance
446 const WTF::String convertedHost = String::fromUTF8(WideToUTF8(result).c_str()); in convertIDNToUnicode() local447 if (convertedHost.length() && convertedHost.length() != host.length()) { in convertIDNToUnicode()449 newUrl.setHost(convertedHost); in convertIDNToUnicode()