Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp743 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const Visi… in moveParagraph() argument
746 ASSERT(isEndOfParagraph(endOfParagraphToMove)); in moveParagraph()
747 …moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, prese… in moveParagraph()
750 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const Visi… in moveParagraphs() argument
762 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0; in moveParagraphs()
767 bool endInParagraph = comparePositions(visibleEnd, endOfParagraphToMove) <= 0; in moveParagraphs()
784 VisiblePosition afterParagraph(endOfParagraphToMove.next()); in moveParagraphs()
789 Position end = endOfParagraphToMove.deepEquivalent().upstream(); in moveParagraphs()
798 …RefPtr<DocumentFragment> fragment = startOfParagraphToMove != endOfParagraphToMove ? createFragmen… in moveParagraphs()
804 if (startOfParagraphToMove == endOfParagraphToMove && preserveStyle) { in moveParagraphs()
DDeleteSelectionCommand.cpp587 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove); in mergeParagraphs() local
589 if (mergeDestination == endOfParagraphToMove) in mergeParagraphs()
601 …tartOfParagraphToMove.deepEquivalent()), rangeCompliantEquivalent(endOfParagraphToMove.deepEquival… in mergeParagraphs()
609 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination); in mergeParagraphs()