Home | History | Annotate | Download | only in src

Lines Matching refs:is_attribute

2986   // is_attribute is true, the text is meant to appear as an attribute
2989 static String EscapeXml(const char* str, bool is_attribute);
3069 // Returns an XML-escaped copy of the input string str. If is_attribute
3081 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) {
3097 if (is_attribute)
3103 if (is_attribute)
3110 if (is_attribute && IsNormalizableWhitespace(*src))