HomeSort by relevance Sort by last modified time
    Searched defs:FormatUrl (Results 1 - 4 of 4) 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...]
  /external/chromium_org/net/base/
net_util.h 47 // Used by FormatUrl to specify handling of certain parts of the url.
382 NET_EXPORT base::string16 FormatUrl(const GURL& url,
398 // This is a convenience function for FormatUrl() with
402 inline base::string16 FormatUrl(const GURL& url, const std::string& languages) {
403 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
407 // Returns whether FormatUrl() would strip a trailing slash from |url|, given a
net_util.cc     [all...]

Completed in 204 milliseconds