Lines Matching refs:is_attribute
3029 // is_attribute is true, the text is meant to appear as an attribute
3032 static String EscapeXml(const char* str, bool is_attribute);
3112 // Returns an XML-escaped copy of the input string str. If is_attribute
3124 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) {
3140 is_attribute)
3146 if (is_attribute)
3153 if (is_attribute && IsNormalizableWhitespace(*src))