Searched defs:format_types (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc238 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,
H A Dhistory_url_provider.cc1152 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & local
1158 net::FormatUrl(info.url(), languages, format_types,
1176 format_types, net::UnescapeRule::SPACES, NULL, NULL, &match_start);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_depth_texture_unittest.cc132 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/
H A Dnet_util_icu_unittest.cc360 FormatUrlTypes format_types; member in struct:net::__anon9032::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,
387 CheckAdjustedOffsets(const std::string& url_string, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, const size_t* output_offsets) argument
H A Dnet_util_icu.cc435 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,
432 FormatViewSourceUrl( const GURL& url, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url::Parsed* new_parsed, size_t* prefix_end, base::OffsetAdjuster::Adjustments* adjustments) argument
633 FormatUrlWithOffsets( const GURL& url, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url::Parsed* new_parsed, size_t* prefix_end, std::vector<size_t>* offsets_for_adjustment) argument
655 FormatUrlWithAdjustments( const GURL& url, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url::Parsed* new_parsed, size_t* prefix_end, base::OffsetAdjuster::Adjustments* adjustments) argument
813 FormatUrl(const GURL& url, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url::Parsed* new_parsed, size_t* prefix_end, size_t* offset_for_adjustment) argument
[all...]
/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser.cc217 const net::FormatUrlTypes format_types = local
220 base::string16 match_contents = net::FormatUrl(url_, languages, format_types,
H A Dsearch_provider.cc1317 const net::FormatUrlTypes format_types = local
1326 net::FormatUrl(navigation.url(), languages, format_types,

Completed in 142 milliseconds