Searched refs:endOfParagraphToMove (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | CompositeEditCommand.cpp | 867 …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 …]
|
D | DeleteSelectionCommand.cpp | 617 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()
|
D | CompositeEditCommand.h | 110 …t VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* b…
|