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

/external/chromium/net/http/
H A Dhttp_util.cc376 std::string HttpUtil::Unquote(std::string::const_iterator begin, function in class:HttpUtil
410 std::string HttpUtil::Unquote(const std::string& str) { function in class:HttpUtil
411 return Unquote(str.begin(), str.end());
775 unquoted_value_ = HttpUtil::Unquote(value_begin_, value_end_);

Completed in 53 milliseconds