Searched refs:format_types (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Dnet_util.h344 FormatUrlTypes format_types,
351 FormatUrlTypes format_types,
358 // format_types = kFormatUrlOmitAll and unescape = SPACES. This is the typical
H A Dnet_util.cc839 FormatUrlTypes format_types,
848 FormatUrlTypes format_types,
864 std::wstring result = FormatUrlInternal(real_url, languages, format_types,
943 FormatUrlTypes format_types,
977 return FormatViewSourceUrl(url, languages, format_types,
1005 (format_types & kFormatUrlOmitHTTP) && (url_string == kHTTP) &&
1010 if ((format_types & kFormatUrlOmitUsernamePassword) != 0) {
1071 if (!(format_types & kFormatUrlOmitTrailingSlashOnBareHostname) ||
1811 FormatUrlTypes format_types,
1817 FormatUrlInternal(url, ASCIIToWide(languages), format_types,
846 FormatViewSourceUrl(const GURL& url, const std::wstring& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url_parse::Parsed* new_parsed, size_t* prefix_end, std::vector<size_t>* offsets_for_adjustment) argument
941 FormatUrlInternal(const GURL& url, const std::wstring& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url_parse::Parsed* new_parsed, size_t* prefix_end, std::vector<size_t>* offsets_for_adjustment) argument
1809 FormatUrlWithOffsets(const GURL& url, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url_parse::Parsed* new_parsed, size_t* prefix_end, std::vector<size_t>* offsets_for_adjustment) argument
1822 FormatUrl(const GURL& url, const std::string& languages, FormatUrlTypes format_types, UnescapeRule::Type unescape_rules, url_parse::Parsed* new_parsed, size_t* prefix_end, size_t* offset_for_adjustment) argument
[all...]
H A Dnet_util_unittest.cc397 FormatUrlTypes format_types; member in struct:net::__anon2952::UrlTestData
1640 GURL(tests[i].input), tests[i].languages, tests[i].format_types,
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc787 const net::FormatUrlTypes format_types = net::kFormatUrlOmitAll & local
792 net::FormatUrl(info.url(), languages, format_types,
802 format_types, UnescapeRule::SPACES, NULL, NULL, &match_start);

Completed in 73 milliseconds