OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
440
bool
documentIsHTML
= element->document().isHTMLDocument();
444
if (
documentIsHTML
&& !attributeIsInSerializedNamespace(attribute))
467
appendAttributeValue(result, attribute.value(),
documentIsHTML
);
471
if (!
documentIsHTML
&& namespaces && shouldAddNamespaceAttribute(attribute, *namespaces))
markup.cpp
279
const bool
documentIsHTML
= element->document().isHTMLDocument();
321
appendAttributeValue(out, newInlineStyle->style()->asText(),
documentIsHTML
);
[
all
...]
Completed in 26 milliseconds