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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp1104 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode) argument
1110 VisiblePosition afterParagraph(endOfParagraphToMove.next());
1115 Position end = startOfParagraphToMove == endOfParagraphToMove ? start : endOfParagraphToMove.deepEquivalent().upstream();
1147 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) argument
1150 ASSERT(isEndOfParagraph(endOfParagraphToMove));
1151 moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle);
1154 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) argument
1167 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0;
1172 bool endInParagraph = comparePositions(visibleEnd, endOfParagraphToMove) <
[all...]
H A DDeleteSelectionCommand.cpp628 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove);
630 if (mergeDestination == endOfParagraphToMove)
651 RefPtr<Range> range = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), endOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent());
659 bool paragraphToMergeIsEmpty = (startOfParagraphToMove == endOfParagraphToMove);
660 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
H A DCompositeEditCommand.h159 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);

Completed in 123 milliseconds