Home | History | Annotate | Download | only in src

Lines Matching refs:EscapeXmlAttribute

4548   static std::string EscapeXmlAttribute(const std::string& str) {
4786 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
4826 << EscapeXmlAttribute(summary.c_str())
4913 << "\"" << EscapeXmlAttribute(property.value()) << "\"";