HomeSort by relevance Sort by last modified time
    Searched refs:documentIsHTML (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 198 void MarkupAccumulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool documentIsHTML)
201 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue);
438 bool documentIsHTML = element->document()->isHTMLDocument();
442 if (documentIsHTML && !attributeIsInSerializedNamespace(attribute))
465 appendAttributeValue(result, attribute.value(), documentIsHTML);
469 if (!documentIsHTML && namespaces && shouldAddNamespaceAttribute(attribute, *namespaces))
markup.cpp 278 const bool documentIsHTML = element->document()->isHTMLDocument();
320 appendAttributeValue(out, newInlineStyle->style()->asText(), documentIsHTML);
    [all...]

Completed in 46 milliseconds