Home
last modified time | relevance | path

Searched refs:documentIsHTML (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.cpp155 …umulator::appendAttributeValue(Vector<UChar>& result, const String& attribute, bool documentIsHTML) in appendAttributeValue() argument
158 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()
353 bool documentIsHTML = element->document()->isHTMLDocument(); in appendAttribute() local
357 if (documentIsHTML) in appendAttribute()
373 appendAttributeValue(out, attribute.value(), documentIsHTML); in appendAttribute()
377 if (!documentIsHTML && namespaces && shouldAddNamespaceAttribute(attribute, *namespaces)) in appendAttribute()
DMarkupAccumulator.h81 void appendAttributeValue(Vector<UChar>& result, const String& attribute, bool documentIsHTML);
Dmarkup.cpp257 bool documentIsHTML = element->document()->isHTMLDocument(); in appendElement() local
307 appendAttributeValue(out, style->cssText(), documentIsHTML); in appendElement()