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

  /external/chromium/net/base/
net_util.h 46 // 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) {
362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
366 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
net_util.cc 845 // Helper for FormatUrl()/FormatUrlInternal().
    [all...]

Completed in 500 milliseconds