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 199 void MarkupAccumulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool documentIsHTML)
202 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue);
433 bool documentIsHTML = serializeAsHTMLDocument(element);
436 if (documentIsHTML && !attributeIsInSerializedNamespace(attribute)) {
480 appendAttributeValue(result, attribute.value(), documentIsHTML);
markup.cpp 286 const bool documentIsHTML = element.document().isHTMLDocument();
331 appendAttributeValue(out, newInlineStyle->style()->asText(), documentIsHTML);
    [all...]

Completed in 154 milliseconds