Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp199 …umulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool documentIsHTML) in appendAttributeValue() argument
202 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()
426 bool documentIsHTML = serializeAsHTMLDocument(element); in appendAttribute() local
429 if (documentIsHTML && !attributeIsInSerializedNamespace(attribute)) { in appendAttribute()
477 appendAttributeValue(result, attribute.value(), documentIsHTML); in appendAttribute()
Dmarkup.cpp292 const bool documentIsHTML = element.document().isHTMLDocument(); in appendElement() local
338 appendAttributeValue(out, newInlineStyle->style()->asText(), documentIsHTML); in appendElement()