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

  /external/chromium_org/net/base/
net_util.h 75 NET_EXPORT extern const FormatUrlType kFormatUrlOmitAll;
330 // format_types = kFormatUrlOmitAll and unescape = SPACES. This is the typical
334 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
net_util_icu_unittest.cc 626 "http://user@example.com/foo", "", kFormatUrlOmitAll,
682 "view-source:http://a.b/c", "en", kFormatUrlOmitAll,
686 "view-source:http://ftp.b/c", "en", kFormatUrlOmitAll,
690 "view-source:http://a.b/", "en", kFormatUrlOmitAll,
    [all...]
net_util_icu.cc 577 const FormatUrlType kFormatUrlOmitAll = kFormatUrlOmitUsernamePassword |
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.cc 114 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
bookmark_provider.cc 168 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
history_quick_provider.cc 242 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll &
zero_suggest_provider.cc 291 net::kFormatUrlOmitAll, net::UnescapeRule::SPACES, NULL, NULL, NULL);
base_search_provider.cc 401 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);
    [all...]
history_url_provider.cc     [all...]
search_provider.cc     [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
origin_chip_info.cc 215 net::kFormatUrlOmitAll, net::UnescapeRule::NORMAL, NULL, NULL, NULL);
toolbar_model_impl.cc 123 url, net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_utils.cc 315 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitUsernamePassword,
  /external/chromium_org/chrome/browser/ui/
elide_url.cc 119 net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 482 return net::FormatUrl(url, languages, net::kFormatUrlOmitAll,

Completed in 768 milliseconds