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

  /external/chromium_org/net/base/
net_util_icu_unittest.cc 630 "http://www.google.com/", "en", kFormatUrlOmitHTTP,
635 "https://www.google.com/", "en", kFormatUrlOmitHTTP,
640 "http://ftp.google.com/", "en", kFormatUrlOmitHTTP,
804 kFormatUrlOmitHTTP,
827 kFormatUrlOmitHTTP,
852 kFormatUrlOmitHTTP,
    [all...]
net_util.h 68 NET_EXPORT extern const FormatUrlType kFormatUrlOmitHTTP;
net_util_icu.cc 575 const FormatUrlType kFormatUrlOmitHTTP = 1 << 1;
578 kFormatUrlOmitHTTP | kFormatUrlOmitTrailingSlashOnBareHostname;
701 bool omit_http = (format_types & kFormatUrlOmitHTTP) &&
    [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 243 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP);
base_search_provider.cc 401 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);
    [all...]
history_url_provider.cc     [all...]
search_provider.cc     [all...]

Completed in 347 milliseconds