Searched refs:documentIsHTML (Results 1 – 2 of 2) sorted by relevance
199 …umulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool documentIsHTML) in appendAttributeValue() argument202 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()426 bool documentIsHTML = serializeAsHTMLDocument(element); in appendAttribute() local429 if (documentIsHTML && !attributeIsInSerializedNamespace(attribute)) { in appendAttribute()477 appendAttributeValue(result, attribute.value(), documentIsHTML); in appendAttribute()
292 const bool documentIsHTML = element.document().isHTMLDocument(); in appendElement() local338 appendAttributeValue(out, newInlineStyle->style()->asText(), documentIsHTML); in appendElement()