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

/external/chromium/net/base/
H A Dnet_util.cc845 // Helper for FormatUrl()/FormatUrlInternal().
940 // I need to really convert |FormatUrl()|.
1822 string16 FormatUrl(const GURL& url, function in namespace:net
H A Dnet_util.h46 // Used by FormatUrl to specify handling of certain parts of the url.
342 string16 FormatUrl(const GURL& url,
357 // This is a convenience function for FormatUrl() with
361 inline string16 FormatUrl(const GURL& url, const std::string& languages) { function in namespace:net
362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
366 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a

Completed in 110 milliseconds