Home
last modified time | relevance | path

Searched refs:EscapeAttribute (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.cc228 std::string EscapeAttribute(const std::string& attribute) { in EscapeAttribute() function
247 ss << "=\"" << EscapeAttribute(attributes[i].second) << "\""; in HttpComposeAttributes()