Searched defs:Unescape (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/dump_cache/
H A Durl_utilities.cc63 // Parsing states for UrlUtilities::Unescape
72 std::string UrlUtilities::Unescape(const std::string& escaped_url) { function in class:net::UrlUtilities
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc213 std::string Unescape(const std::string& url) { function in namespace:safe_browsing_util
289 std::string url_unescaped_str(Unescape(url_without_fragment.spec()));
326 url_unescaped_with_can_hostpath = Unescape(url_unescaped_with_can_hostpath);

Completed in 298 milliseconds