Home
last modified time | relevance | path

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

/external/chromium_org/net/base/
Dnet_util_icu.cc435 FormatUrlTypes format_types, in FormatViewSourceUrl() argument
449 languages, format_types, unescape_rules, in FormatViewSourceUrl()
636 FormatUrlTypes format_types, in FormatUrlWithOffsets() argument
643 FormatUrlWithAdjustments(url, languages, format_types, unescape_rules, in FormatUrlWithOffsets()
658 FormatUrlTypes format_types, in FormatUrlWithAdjustments() argument
678 return FormatViewSourceUrl(url, languages, format_types, in FormatUrlWithAdjustments()
701 bool omit_http = (format_types & kFormatUrlOmitHTTP) && in FormatUrlWithAdjustments()
707 if ((format_types & kFormatUrlOmitUsernamePassword) != 0) { in FormatUrlWithAdjustments()
765 if (!(format_types & kFormatUrlOmitTrailingSlashOnBareHostname) || in FormatUrlWithAdjustments()
815 FormatUrlTypes format_types, in FormatUrl() argument
[all …]
Dnet_util.h310 FormatUrlTypes format_types,
318 FormatUrlTypes format_types,
330 FormatUrlTypes format_types,
Dnet_util_icu_unittest.cc360 FormatUrlTypes format_types; member
389 FormatUrlTypes format_types, in CheckAdjustedOffsets() argument
400 format_types, unescape_rules, NULL, NULL, &offsets); in CheckAdjustedOffsets()
698 GURL(tests[i].input), tests[i].languages, tests[i].format_types, in TEST()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_depth_texture_unittest.cc132 static const FormatType format_types[] = { in TEST_F() local
137 for (size_t ii = 0; ii < arraysize(format_types); ++ii) { in TEST_F()
138 const FormatType& format_type = format_types[ii]; in TEST_F()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_quick_provider.cc238 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & in QuickMatchToACMatch() local
243 net::FormatUrl(info.url(), languages_, format_types, in QuickMatchToACMatch()
250 info.url(), languages_, format_types, net::UnescapeRule::SPACES, NULL, in QuickMatchToACMatch()
Dhistory_url_provider.cc1152 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & in HistoryMatchToACMatch() local
1158 net::FormatUrl(info.url(), languages, format_types, in HistoryMatchToACMatch()
1176 format_types, net::UnescapeRule::SPACES, NULL, NULL, &match_start); in HistoryMatchToACMatch()
/external/chromium_org/components/omnibox/
Dsearch_suggestion_parser.cc217 const net::FormatUrlTypes format_types = in CalculateAndClassifyMatchContents() local
220 base::string16 match_contents = net::FormatUrl(url_, languages, format_types, in CalculateAndClassifyMatchContents()
Dsearch_provider.cc1317 const net::FormatUrlTypes format_types = in NavigationToMatch() local
1326 net::FormatUrl(navigation.url(), languages, format_types, in NavigationToMatch()