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

  /external/chromium/chrome/browser/net/
browser_url_util.cc 26 net::FormatUrl(url, languages, net::kFormatUrlOmitNothing,
url_fixer_upper.cc 175 return UTF16ToUTF8(net::FormatUrl(file_url, std::string(),
560 return GURL(UTF16ToUTF8(net::FormatUrl(file_url, std::string(),
  /external/chromium/net/base/
net_util.h 46 // Used by FormatUrl to specify handling of certain parts of the url.
342 string16 FormatUrl(const GURL& url,
357 // This is a convenience function for FormatUrl() with
361 inline string16 FormatUrl(const GURL& url, const std::string& languages) {
362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
366 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
net_util_unittest.cc     [all...]
net_util.cc 845 // Helper for FormatUrl()/FormatUrlInternal().
    [all...]
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.cc 60 net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 165 entry->Append(new StringValue(net::FormatUrl(password_list_[i]->origin,
181 net::FormatUrl(password_exception_list_[i]->origin, languages_)));
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 154 net::FormatUrl(info.url(), languages_, net::kFormatUrlOmitAll,
history_url_provider.cc     [all...]
autocomplete.cc 544 return net::FormatUrl(
    [all...]
  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 236 string16 url = net::FormatUrl(entries_[row].url, languages);
  /external/chromium/chrome/browser/download/
download_item.cc 549 string16 url_formatted(l10n_util::ToLower(net::FormatUrl(url(), languages)));
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 188 net::FormatUrl(requesting_frame_url_.GetOrigin(), display_languages_));
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 292 url_text = net::FormatUrl(details_.existing_node->GetURL(), languages,
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 656 UTF16ToWideHack(net::FormatUrl(url, UTF16ToUTF8(languages)));
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 201 net::FormatUrl(node->GetURL(), languages, net::kFormatUrlOmitNothing,
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 165 string16 url(net::FormatUrl(gurl, languages_,
    [all...]

Completed in 421 milliseconds