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 263 std::wstring FormatUrl(const GURL& url,
274 inline std::wstring FormatUrl(const GURL& url, const std::wstring& languages) {
275 return FormatUrl(url, languages, true, UnescapeRule::SPACES, NULL, NULL,
net_util.cc 700 // Helper for FormatUrl().
717 std::wstring result = net::FormatUrl(real_url, languages,
    [all...]

Completed in 556 milliseconds