Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp120 …e*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, const Range* … in StyledMarkupAccumulator() argument
122 , m_shouldAnnotate(shouldAnnotate) in StyledMarkupAccumulator()
140 bool shouldAnnotate() { return m_shouldAnnotate == AnnotateForInterchange; } in shouldAnnotate() function in WebCore::StyledMarkupAccumulator
193 …if (!shouldAnnotate() || (text->parentElement() && text->parentElement()->tagQName() == textareaTa… in appendText()
265 …if (attribute->name() == styleAttr && element->isHTMLElement() && (shouldAnnotate() || addDisplayI… in appendElement()
270 if (element->isHTMLElement() && (shouldAnnotate() || addDisplayInline)) { in appendElement()
272 if (shouldAnnotate()) { in appendElement()
479 …orToWrapMarkup(const Range* range, Node* fullySelectedRoot, EAnnotateForInterchange shouldAnnotate) in highestAncestorToWrapMarkup() argument
485 if (shouldAnnotate == AnnotateForInterchange) { in highestAncestorToWrapMarkup()
514 if (shouldAnnotate == AnnotateForInterchange && fullySelectedRoot) { in highestAncestorToWrapMarkup()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0655629 (WebCore::StyledMarkupAccumulator::shouldAnnotate):
59186shouldAnnotate, m_shouldAnnotate, and m_reversedPrecedingMarkup from MarkupAccumulator to create
59195 … to append only rendered text when shouldAnnotate() is true, and appendElement requires a different
59196 …behavior when shouldAnnotate() is true or when called inside wrapWithNode with convertBlocksToInli…
59201 (WebCore::MarkupAccumulator::MarkupAccumulator): Removed shouldAnnotate from argument.
59206 (WebCore::StyledMarkupAccumulator::shouldAnnotate): Moved from MarkupAccumulator.
75457 …(WebCore::MarkupAccumulator::MarkupAccumulator): Added shouldResolveURLs, shouldAnnotate, and rang…
75459 (WebCore::MarkupAccumulator::shouldAnnotate): Private inline accessor for m_shouldAnnotate.