FormatUrl         112 chrome/browser/autocomplete/autocomplete_provider.cc   return net::FormatUrl(url, languages,
FormatUrl         369 chrome/browser/autocomplete/base_search_provider.cc   base::string16 match_contents = net::FormatUrl(url_, languages, format_types,
FormatUrl         166 chrome/browser/autocomplete/bookmark_provider.cc   match.contents = net::FormatUrl(url, languages_,
FormatUrl         275 chrome/browser/autocomplete/history_quick_provider.cc   match.contents = net::FormatUrl(info.url(), languages_, format_types,
FormatUrl        1085 chrome/browser/autocomplete/history_url_provider.cc           net::FormatUrl(info.url(), languages, format_types,
FormatUrl        1101 chrome/browser/autocomplete/history_url_provider.cc   match.contents = net::FormatUrl(info.url(), languages,
FormatUrl        1274 chrome/browser/autocomplete/search_provider.cc           net::FormatUrl(navigation.url(), languages, format_types,
FormatUrl         236 chrome/browser/autocomplete/zero_suggest_provider.cc   match.contents = net::FormatUrl(navigation.url(), languages,
FormatUrl          92 chrome/browser/bookmarks/bookmark_utils.cc       DoesBookmarkTextContainWords(net::FormatUrl(
FormatUrl         284 chrome/browser/bookmarks/bookmark_utils.cc             net::FormatUrl(
FormatUrl          99 chrome/browser/chrome_quota_permission_context.cc       net::FormatUrl(origin_url_, display_languages_));
FormatUrl         228 chrome/browser/chrome_quota_permission_context.cc       net::FormatUrl(origin_url_, display_languages_));
FormatUrl         270 chrome/browser/custom_home_pages_table_model.cc   base::string16 url = net::FormatUrl(entries_[row].url, languages);
FormatUrl          80 chrome/browser/download/download_query.cc     url_formatted = net::FormatUrl(
FormatUrl          94 chrome/browser/extensions/api/sessions/sessions_api.cc         net::FormatUrl(gurl, languages))));
FormatUrl          87 chrome/browser/geolocation/chrome_geolocation_permission_context.cc       net::FormatUrl(requesting_frame_, display_languages_));
FormatUrl         146 chrome/browser/geolocation/geolocation_infobar_delegate.cc       net::FormatUrl(requesting_frame_, display_languages_));
FormatUrl          45 chrome/browser/history/in_memory_url_index_types.cc   return base::i18n::ToLower(net::FormatUrl(
FormatUrl         710 chrome/browser/history/url_index_private_data.cc   base::string16 url(net::FormatUrl(gurl, languages,
FormatUrl          80 chrome/browser/media/chrome_midi_permission_context.cc       net::FormatUrl(requesting_frame_.GetOrigin(), display_languages_));
FormatUrl         101 chrome/browser/media/media_stream_capture_indicator.cc     if (tab_title == net::FormatUrl(web_contents->GetURL(), languages))
FormatUrl          75 chrome/browser/media/midi_permission_infobar_delegate.cc       net::FormatUrl(requesting_frame_.GetOrigin(), display_languages_));
FormatUrl          94 chrome/browser/media/protected_media_identifier_infobar_delegate.cc       net::FormatUrl(requesting_frame_.GetOrigin(), display_languages_));
FormatUrl         108 chrome/browser/pepper_broker_infobar_delegate.cc                                     net::FormatUrl(url_.GetOrigin(),
FormatUrl         279 chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc   base::string16 url_string = net::FormatUrl(origin_url, accept_lang);
FormatUrl         313 chrome/browser/ui/bookmarks/bookmark_utils.cc   return net::FormatUrl(
FormatUrl         118 chrome/browser/ui/elide_url.cc       net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
FormatUrl         203 chrome/browser/ui/toolbar/origin_chip_info.cc     base::string16 formatted = net::FormatUrl(url.GetOrigin(), languages,
FormatUrl         122 chrome/browser/ui/toolbar/toolbar_model_impl.cc       url, net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
FormatUrl         742 chrome/browser/ui/views/status_bubble_views.cc     } else if (net::FormatUrl(url, languages).length() > url_text_.length()) {
FormatUrl         163 chrome/browser/ui/webui/options/password_manager_handler.cc     entry->Append(new base::StringValue(net::FormatUrl(password_list[i]->origin,
FormatUrl         185 chrome/browser/ui/webui/options/password_manager_handler.cc         net::FormatUrl(password_exception_list[i]->origin, languages_)));
FormatUrl         540 chrome/common/localized_error.cc   base::string16 failed_url_string(net::FormatUrl(
FormatUrl         175 chrome/common/net/url_fixer_upper.cc     return base::UTF16ToUTF8(net::FormatUrl(file_url, std::string(),
FormatUrl         627 chrome/common/net/url_fixer_upper.cc       return GURL(base::UTF16ToUTF8(net::FormatUrl(file_url, std::string(),
FormatUrl          26 chrome/common/net/url_util.cc       net::FormatUrl(url, languages, net::kFormatUrlOmitNothing,
FormatUrl         146 chrome/renderer/net/net_error_helper_core.cc   base::string16 url_for_display(net::FormatUrl(
FormatUrl         295 components/nacl/browser/nacl_process_host.cc   process_->SetName(net::FormatUrl(manifest_url_, std::string()));
FormatUrl        1223 content/browser/download/save_package.cc   if (title_ == net::FormatUrl(page_url_, accept_langs)) {
FormatUrl         184 content/browser/frame_host/navigation_entry_impl.cc     title = net::FormatUrl(virtual_url_, languages);
FormatUrl         186 content/browser/frame_host/navigation_entry_impl.cc     title = net::FormatUrl(url_, languages);
FormatUrl          55 content/shell/browser/shell_javascript_dialog_manager.cc   base::string16 new_message_text = net::FormatUrl(origin_url, accept_lang) +
FormatUrl         393 net/base/net_util.h NET_EXPORT base::string16 FormatUrl(const GURL& url,
FormatUrl         413 net/base/net_util.h inline base::string16 FormatUrl(const GURL& url, const std::string& languages) {
FormatUrl         414 net/base/net_util.h   return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
FormatUrl        2465 net/base/net_util_unittest.cc TEST(NetUtilTest, FormatUrl) {
FormatUrl        2640 net/base/net_util_unittest.cc     base::string16 formatted = FormatUrl(
FormatUrl        2651 net/base/net_util_unittest.cc   base::string16 formatted = FormatUrl(
FormatUrl        2675 net/base/net_util_unittest.cc   formatted = FormatUrl(
FormatUrl        2698 net/base/net_util_unittest.cc   formatted = FormatUrl(
FormatUrl        2720 net/base/net_util_unittest.cc       FormatUrl(GURL("view-source:http://user:passwd@host:81/path?query#ref"),
FormatUrl        2745 net/base/net_util_unittest.cc   formatted = FormatUrl(GURL("http://host:8000/a?b=c#d"),
FormatUrl        2768 net/base/net_util_unittest.cc   formatted = FormatUrl(GURL("http://ftp.host:8000/a?b=c#d"),
FormatUrl        2793 net/base/net_util_unittest.cc   formatted = FormatUrl(GURL("http://f/"),
FormatUrl        2821 net/base/net_util_unittest.cc     base::string16 formatted = FormatUrl(url,
FormatUrl        2842 net/base/net_util_unittest.cc     base::string16 formatted = FormatUrl(url,
FormatUrl        2860 net/base/net_util_unittest.cc     base::string16 formatted = FormatUrl(url,
FormatUrl        2885 net/base/net_util_unittest.cc     base::string16 formatted = FormatUrl(url,