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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp1093 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode) argument
1099 VisiblePosition afterParagraph(endOfParagraphToMove.next());
1104 Position end = endOfParagraphToMove.deepEquivalent().upstream();
1134 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle, Node* constrainingAncestor) argument
1137 ASSERT(isEndOfParagraph(endOfParagraphToMove));
1138 moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle, constrainingAncestor);
1141 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle, Node* constrainingAncestor) argument
1154 bool startAfterParagraph = comparePositions(visibleStart, endOfParagraphToMove) > 0;
1159 bool endInParagraph = comparePositions(visibleEnd, endOfParagraphToMove) <= 0;
1176 VisiblePosition afterParagraph(endOfParagraphToMove
[all...]
H A DCompositeEditCommand.h159 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
H A DDeleteSelectionCommand.cpp635 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove);
637 if (mergeDestination == endOfParagraphToMove)
661 bool paragraphToMergeIsEmpty = (startOfParagraphToMove == endOfParagraphToMove);
662 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);

Completed in 147 milliseconds