Searched refs:format_types (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/net/base/ |
D | net_util_icu.cc | 435 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 …]
|
D | net_util.h | 310 FormatUrlTypes format_types, 318 FormatUrlTypes format_types, 330 FormatUrlTypes format_types,
|
D | net_util_icu_unittest.cc | 360 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/ |
D | gl_depth_texture_unittest.cc | 132 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/ |
D | history_quick_provider.cc | 238 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()
|
D | history_url_provider.cc | 1152 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/ |
D | search_suggestion_parser.cc | 217 const net::FormatUrlTypes format_types = in CalculateAndClassifyMatchContents() local 220 base::string16 match_contents = net::FormatUrl(url_, languages, format_types, in CalculateAndClassifyMatchContents()
|
D | search_provider.cc | 1317 const net::FormatUrlTypes format_types = in NavigationToMatch() local 1326 net::FormatUrl(navigation.url(), languages, format_types, in NavigationToMatch()
|