Home
last modified time | relevance | path

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

/external/chromium_org/net/base/
Dnet_util_icu_unittest.cc630 "http://www.google.com/", "en", kFormatUrlOmitHTTP, in TEST()
635 "https://www.google.com/", "en", kFormatUrlOmitHTTP, in TEST()
640 "http://ftp.google.com/", "en", kFormatUrlOmitHTTP, in TEST()
804 kFormatUrlOmitHTTP, in TEST()
827 kFormatUrlOmitHTTP, in TEST()
852 kFormatUrlOmitHTTP, in TEST()
1054 CheckAdjustedOffsets("http://www.google.com/", "en", kFormatUrlOmitHTTP, in TEST()
1060 CheckAdjustedOffsets("http://ftp.google.com/", "en", kFormatUrlOmitHTTP, in TEST()
Dnet_util_icu.cc575 const FormatUrlType kFormatUrlOmitHTTP = 1 << 1; variable
578 kFormatUrlOmitHTTP | kFormatUrlOmitTrailingSlashOnBareHostname;
701 bool omit_http = (format_types & kFormatUrlOmitHTTP) && in FormatUrlWithAdjustments()
Dnet_util.h68 NET_EXPORT extern const FormatUrlType kFormatUrlOmitHTTP;
/external/chromium_org/components/omnibox/
Dsearch_suggestion_parser.cc186 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitHTTP, in NavigationResult()
218 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in CalculateAndClassifyMatchContents()
Dsearch_provider.cc1318 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in NavigationToMatch()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_quick_provider.cc239 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP); in QuickMatchToACMatch()
Dbookmark_provider.cc193 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in BookmarkMatchToACMatch()
Dhistory_url_provider.cc614 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitHTTP, in SuggestExactInput()
1154 0 : net::kFormatUrlOmitHTTP); in HistoryMatchToACMatch()