Home | History | Annotate | Download | only in src

Lines Matching refs:EscapeXmlAttribute

3014   static std::string EscapeXmlAttribute(const std::string& str) {
3252 *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\"";
3292 << EscapeXmlAttribute(summary.c_str())
3375 << "\"" << EscapeXmlAttribute(property.value()) << "\"";