Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp783 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphs() local
854 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()
856 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()
858 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()