Searched defs:FormatUrl (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/base/
H A Dnet_util.h42 // Used by FormatUrl to specify handling of certain parts of the url.
308 NET_EXPORT base::string16 FormatUrl(const GURL& url,
336 // This is a convenience function for FormatUrl() with
340 inline base::string16 FormatUrl(const GURL& url, const std::string& languages) { function in namespace:net
341 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
345 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
H A Dnet_util_icu.cc452 // call to FormatUrl didn't get to see.
813 base::string16 FormatUrl(const GURL& url, function in namespace:net

Completed in 80 milliseconds