Home | History | Annotate | Download | only in src

Lines Matching refs:is_attribute

3031   // is_attribute is true, the text is meant to appear as an attribute
3034 static std::string EscapeXml(const std::string& str, bool is_attribute);
3127 // Returns an XML-escaped copy of the input string str. If is_attribute
3140 const std::string& str, bool is_attribute) {
3156 if (is_attribute)
3162 if (is_attribute)
3169 if (is_attribute && IsNormalizableWhitespace(ch))