HomeSort by relevance Sort by last modified time
    Searched refs:FormatUrl (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/common/net/
url_util.cc 26 net::FormatUrl(url, languages, net::kFormatUrlOmitNothing,
  /external/chromium_org/net/base/
net_util_icu_unittest.cc 522 TEST(NetUtilTest, FormatUrl) {
697 base::string16 formatted = FormatUrl(
708 base::string16 formatted = FormatUrl(
732 formatted = FormatUrl(
755 formatted = FormatUrl(
777 FormatUrl(GURL("view-source:http://user:passwd@host:81/path?query#ref"),
802 formatted = FormatUrl(GURL("http://host:8000/a?b=c#d"),
825 formatted = FormatUrl(GURL("http://ftp.host:8000/a?b=c#d"),
850 formatted = FormatUrl(GURL("http://f/"),
    [all...]
net_util.h 42 // Used by FormatUrl to specify handling of certain parts of the url.
301 NET_EXPORT base::string16 FormatUrl(const GURL& url,
329 // This is a convenience function for FormatUrl() with
333 inline base::string16 FormatUrl(const GURL& url, const std::string& languages) {
334 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
338 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.cc 162 entry->Append(new base::StringValue(net::FormatUrl(password_list[i]->origin,
184 net::FormatUrl(password_exception_list[i]->origin, languages_)));
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 76 net::FormatUrl(requesting_frame_.GetOrigin(), display_languages_));
protected_media_identifier_infobar_delegate.cc 96 net::FormatUrl(requesting_frame_.GetOrigin(), display_languages_));
midi_permission_context.cc 86 net::FormatUrl(requesting_frame_.GetOrigin(), display_languages_));
  /external/chromium_org/content/shell/browser/
shell_javascript_dialog_manager.cc 54 base::string16 new_message_text = net::FormatUrl(origin_url, accept_lang) +
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 148 net::FormatUrl(requesting_frame_, display_languages_));
geolocation_permission_context.cc 83 net::FormatUrl(requesting_frame_, display_languages_));
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 99 net::FormatUrl(origin_url_, display_languages_));
221 net::FormatUrl(origin_url_, display_languages_));
pepper_broker_infobar_delegate.cc 108 net::FormatUrl(url_.GetOrigin(),
custom_home_pages_table_model.cc 265 base::string16 url = net::FormatUrl(entries_[row].url, languages);
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 184 title = net::FormatUrl(virtual_url_, languages);
186 title = net::FormatUrl(url_, languages);
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.cc 90 DoesBookmarkTextContainWords(net::FormatUrl(
309 net::FormatUrl(
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.cc 113 return net::FormatUrl(url, languages,
history_quick_provider.cc 247 net::FormatUrl(info.url(), languages_, format_types,
zero_suggest_provider.cc 290 match.contents = net::FormatUrl(navigation.url(), languages,
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_dialog_manager.cc 283 base::string16 url_string = net::FormatUrl(origin_url, accept_lang);
  /external/chromium_org/chrome/browser/ui/toolbar/
origin_chip_info.cc 203 // edits, and uses GetURL/net::FormatUrl -- We don't really care about
212 // TODO(macourteau): Extract the bits we care about from FormatUrl to
214 base::string16 formatted = net::FormatUrl(url.GetOrigin(), languages,
toolbar_model_impl.cc 123 url, net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
  /external/chromium_org/components/url_fixer/
url_fixer.cc 174 return base::UTF16ToUTF8(net::FormatUrl(file_url,
632 base::UTF16ToUTF8(net::FormatUrl(file_url,
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.cc 313 return net::FormatUrl(
  /external/chromium_org/chrome/browser/ui/
elide_url.cc 119 net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
  /external/chromium_org/chrome/browser/download/
download_query.cc 80 url_formatted = net::FormatUrl(

Completed in 1455 milliseconds

1 2