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

  /external/chromium_org/net/base/
net_util.h 42 // Used by FormatUrl to specify handling of certain parts of the url.
301 NET_EXPORT base::string16 FormatUrl(const GURL& url,
329 // This is a convenience function for FormatUrl() with
333 inline base::string16 FormatUrl(const GURL& url, const std::string& languages) {
334 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
338 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
net_util_icu.cc 452 // call to FormatUrl didn't get to see.
813 base::string16 FormatUrl(const GURL& url,
    [all...]

Completed in 60 milliseconds