OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatUrl
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
net_util.h
45
// Used by
FormatUrl
to specify handling of certain parts of the url.
341
string16
FormatUrl
(const GURL& url,
356
// This is a convenience function for
FormatUrl
() with
360
inline string16
FormatUrl
(const GURL& url, const std::string& languages) {
361
return
FormatUrl
(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
365
// Returns whether
FormatUrl
() would strip a trailing slash from |url|, given a
net_util.cc
845
// Helper for
FormatUrl
()/FormatUrlInternal().
[
all
...]
Completed in 95 milliseconds