Home | History | Annotate | Download | only in src

Lines Matching refs:EscapeXmlAttribute

3040   static std::string EscapeXmlAttribute(const std::string& str) {
3278 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
3318 << EscapeXmlAttribute(summary.c_str())
3405 << "\"" << EscapeXmlAttribute(property.value()) << "\"";