Searched refs:documentIsHTML (Results 1 – 3 of 3) sorted by relevance
155 …umulator::appendAttributeValue(Vector<UChar>& result, const String& attribute, bool documentIsHTML) in appendAttributeValue() argument158 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()353 bool documentIsHTML = element->document()->isHTMLDocument(); in appendAttribute() local357 if (documentIsHTML) in appendAttribute()373 appendAttributeValue(out, attribute.value(), documentIsHTML); in appendAttribute()377 if (!documentIsHTML && namespaces && shouldAddNamespaceAttribute(attribute, *namespaces)) in appendAttribute()
81 void appendAttributeValue(Vector<UChar>& result, const String& attribute, bool documentIsHTML);
257 bool documentIsHTML = element->document()->isHTMLDocument(); in appendElement() local307 appendAttributeValue(out, style->cssText(), documentIsHTML); in appendElement()