Searched refs:kFormatUrlOmitAll (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | history_quick_provider.cc | 154 net::FormatUrl(info.url(), languages_, net::kFormatUrlOmitAll, in QuickMatchToACMatch() 165 net::FormatUrlWithOffsets(info.url(), languages_, net::kFormatUrlOmitAll, in QuickMatchToACMatch()
|
D | history_url_provider.cc | 787 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & in HistoryMatchToACMatch()
|
D | autocomplete.cc | 547 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in StringForURLDisplay()
|
/external/chromium/net/base/ |
D | net_util.h | 76 extern const FormatUrlType kFormatUrlOmitAll; 362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES, in FormatUrl()
|
D | net_util_unittest.cc | 1568 "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()
|
D | net_util.cc | 1142 const FormatUrlType kFormatUrlOmitAll = kFormatUrlOmitUsernamePassword | variable
|
/external/chromium/chrome/browser/ui/toolbar/ |
D | toolbar_model.cc | 60 net::FormatUrl(url, languages, net::kFormatUrlOmitAll, in GetText()
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_editor_view.cc | 293 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitUsernamePassword, in Init()
|