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

/external/chromium_org/net/http/
H A Dhttp_util.cc445 std::string HttpUtil::Unquote(std::string::const_iterator begin, function in class:net::HttpUtil
479 std::string HttpUtil::Unquote(const std::string& str) { function in class:net::HttpUtil
480 return Unquote(str.begin(), str.end());
913 unquoted_value_ = HttpUtil::Unquote(value_begin_, value_end_);

Completed in 1235 milliseconds