Home | History | Annotate | Download | only in src

Lines Matching refs:is_attribute

3001   // is_attribute is true, the text is meant to appear as an attribute
3004 static String EscapeXml(const char* str, bool is_attribute);
3084 // Returns an XML-escaped copy of the input string str. If is_attribute
3096 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) {
3112 if (is_attribute)
3118 if (is_attribute)
3125 if (is_attribute && IsNormalizableWhitespace(*src))