Searched refs:convertBlocksToInlines (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | markup.cpp | 128 …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()
|
D | markup.h | 52 …= 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, E…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 59196 …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…
|
D | ChangeLog-2009-06-16 | 29138 doesn't depend on renderers at all when the convertBlocksToInlines boolean is false.
|