Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp867 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* b… in moveParagraphWithClones() argument
873 VisiblePosition afterParagraph(endOfParagraphToMove.next()); in moveParagraphWithClones()
878 Position end = endOfParagraphToMove.deepEquivalent().upstream(); in moveParagraphWithClones()
910 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const Visi… in moveParagraph() argument
913 ASSERT(isEndOfParagraph(endOfParagraphToMove)); in moveParagraph()
914 …moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, prese… in moveParagraph()
917 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const Visi… in moveParagraphs() argument
929 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0; in moveParagraphs()
934 bool endInParagraph = comparePositions(visibleEnd, endOfParagraphToMove) <= 0; in moveParagraphs()
951 VisiblePosition afterParagraph(endOfParagraphToMove.next(CannotCrossEditingBoundary)); in moveParagraphs()
[all …]
DDeleteSelectionCommand.cpp617 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove); in mergeParagraphs() local
619 if (mergeDestination == endOfParagraphToMove) in mergeParagraphs()
640 …artOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), endOfParagraphToMove.deepEquival… in mergeParagraphs()
648 bool paragraphToMergeIsEmpty = (startOfParagraphToMove == endOfParagraphToMove); in mergeParagraphs()
649 …moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToM… in mergeParagraphs()
DCompositeEditCommand.h110 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* b…