Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp771 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphs() local
842 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()
844 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()
846 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()