HomeSort by relevance Sort by last modified time
    Searched refs:FormatUrl (Results 1 - 3 of 3) 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_unittest.cc     [all...]
net_util.cc 700 // Helper for FormatUrl().
717 std::wstring result = net::FormatUrl(real_url, languages,
    [all...]

Completed in 186 milliseconds