Home
last modified time | relevance | path

Searched refs:convertBlocksToInlines (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp128 …void wrapWithNode(Node*, bool convertBlocksToInlines = false, RangeFullySelectsNode = DoesFullySel…
146 void StyledMarkupAccumulator::wrapWithNode(Node* node, bool convertBlocksToInlines, RangeFullySelec… in wrapWithNode() argument
150 …appendElement(markup, static_cast<Element*>(node), convertBlocksToInlines && isBlock(const_cast<No… in wrapWithNode()
524 …ctor<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsolute… in createMarkup() argument
597 if (ancestor == fullySelectedRoot && !convertBlocksToInlines) { in createMarkup()
618 …accumulator.wrapWithNode(ancestor, convertBlocksToInlines, StyledMarkupAccumulator::DoesNotFullySe… in createMarkup()
647 if (convertBlocksToInlines) in createMarkup()
Dmarkup.h52 …= 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, E…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659196 …hen shouldAnnotate() is true or when called inside wrapWithNode with convertBlocksToInlines = true.
59207 …(WebCore::MarkupAccumulator::appendStartTag): No longer takes convertBlocksToInlines and RangeFull…
59223 …(WebCore::MarkupAccumulator::appendStartMarkup): No longer takes convertBlocksToInlines and RangeF…
DChangeLog-2009-06-1629138 doesn't depend on renderers at all when the convertBlocksToInlines boolean is false.