IDNToUnicode      382 chrome/browser/history/url_database.cc       base::string16 utf = net::IDNToUnicode(gurl.host(), std::string());
IDNToUnicode      320 chrome/browser/ui/webui/history_ui.cc   base::string16 domain = net::IDNToUnicode(url.host(), accept_languages);
IDNToUnicode      558 chrome/common/localized_error.cc   summary->SetString("hostName", net::IDNToUnicode(failed_url.host(),
IDNToUnicode       24 chrome/common/net/x509_certificate_model.cc   base::string16 output16 = net::IDNToUnicode(input, std::string());
IDNToUnicode     3428 content/browser/web_contents/web_contents_impl.cc   load_state_host_ = net::IDNToUnicode(url.host(),
IDNToUnicode     1041 content/renderer/renderer_webkitplatformsupport_impl.cc   return net::IDNToUnicode(host.utf8(), languages.utf8());
IDNToUnicode      203 net/base/net_util.h NET_EXPORT base::string16 IDNToUnicode(const std::string& host,
IDNToUnicode      740 net/base/net_util_unittest.cc       base::string16 output(IDNToUnicode(idn_cases[i].input, kLanguages[j]));
IDNToUnicode      756 net/base/net_util_unittest.cc       base::string16 output(IDNToUnicode(idn_cases[i].input, kLanguages[j]));