/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider.cc | 238 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & local 243 net::FormatUrl(info.url(), languages_, format_types, 250 info.url(), languages_, format_types, net::UnescapeRule::SPACES, NULL,
|
history_url_provider.cc | 1152 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & local [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
gl_depth_texture_unittest.cc | 132 static const FormatType format_types[] = { local 137 for (size_t ii = 0; ii < arraysize(format_types); ++ii) { 138 const FormatType& format_type = format_types[ii];
|
/external/chromium_org/net/base/ |
net_util_icu_unittest.cc | 360 FormatUrlTypes format_types; member in struct:net::__anon13657::UrlTestData 389 FormatUrlTypes format_types, 400 format_types, unescape_rules, NULL, NULL, &offsets); 698 GURL(tests[i].input), tests[i].languages, tests[i].format_types, [all...] |
net_util_icu.cc | 435 FormatUrlTypes format_types, 449 languages, format_types, unescape_rules, local 636 FormatUrlTypes format_types, 643 FormatUrlWithAdjustments(url, languages, format_types, unescape_rules, 658 FormatUrlTypes format_types, 678 return FormatViewSourceUrl(url, languages, format_types, 701 bool omit_http = (format_types & kFormatUrlOmitHTTP) && 707 if ((format_types & kFormatUrlOmitUsernamePassword) != 0) { 765 if (!(format_types & kFormatUrlOmitTrailingSlashOnBareHostname) || 815 FormatUrlTypes format_types, [all...] |
/external/chromium_org/components/omnibox/ |
search_suggestion_parser.cc | 217 const net::FormatUrlTypes format_types = local 220 base::string16 match_contents = net::FormatUrl(url_, languages, format_types,
|
search_provider.cc | 1317 const net::FormatUrlTypes format_types = local [all...] |