Searched refs:kFormatUrlOmitHTTP (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/net/base/ |
D | net_util_icu_unittest.cc | 630 "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()
|
D | net_util_icu.cc | 575 const FormatUrlType kFormatUrlOmitHTTP = 1 << 1; variable 578 kFormatUrlOmitHTTP | kFormatUrlOmitTrailingSlashOnBareHostname; 701 bool omit_http = (format_types & kFormatUrlOmitHTTP) && in FormatUrlWithAdjustments()
|
D | net_util.h | 68 NET_EXPORT extern const FormatUrlType kFormatUrlOmitHTTP;
|
/external/chromium_org/components/omnibox/ |
D | search_suggestion_parser.cc | 186 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitHTTP, in NavigationResult() 218 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in CalculateAndClassifyMatchContents()
|
D | search_provider.cc | 1318 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in NavigationToMatch()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_quick_provider.cc | 239 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP); in QuickMatchToACMatch()
|
D | bookmark_provider.cc | 193 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in BookmarkMatchToACMatch()
|
D | history_url_provider.cc | 614 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitHTTP, in SuggestExactInput() 1154 0 : net::kFormatUrlOmitHTTP); in HistoryMatchToACMatch()
|