Home
last modified time | relevance | path

Searched refs:kFormatUrlOmitAll (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc154 net::FormatUrl(info.url(), languages_, net::kFormatUrlOmitAll, in QuickMatchToACMatch()
165 net::FormatUrlWithOffsets(info.url(), languages_, net::kFormatUrlOmitAll, in QuickMatchToACMatch()
Dhistory_url_provider.cc787 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & in HistoryMatchToACMatch()
Dautocomplete.cc547 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in StringForURLDisplay()
/external/chromium/net/base/
Dnet_util.h76 extern const FormatUrlType kFormatUrlOmitAll;
362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES, in FormatUrl()
Dnet_util_unittest.cc1568 "http://user@example.com/foo", "", kFormatUrlOmitAll, in TEST()
1624 "view-source:http://a.b/c", "en", kFormatUrlOmitAll, in TEST()
1628 "view-source:http://ftp.b/c", "en", kFormatUrlOmitAll, in TEST()
1632 "view-source:http://a.b/", "en", kFormatUrlOmitAll, in TEST()
2068 FormatUrl(GURL("http://user@foo.com/"), "en", kFormatUrlOmitAll, in TEST()
2077 FormatUrlWithOffsets(GURL("http://user@foo.com/"), "en", kFormatUrlOmitAll, in TEST()
Dnet_util.cc1142 const FormatUrlType kFormatUrlOmitAll = kFormatUrlOmitUsernamePassword | variable
/external/chromium/chrome/browser/ui/toolbar/
Dtoolbar_model.cc60 net::FormatUrl(url, languages, net::kFormatUrlOmitAll, in GetText()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.cc293 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitUsernamePassword, in Init()