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

/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp873 VisiblePosition afterParagraph(endOfParagraphToMove.next());
899 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent());
902 && ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagraph == afterParagraph)) {
903 // FIXME: Trim text between beforeParagraph and afterParagraph if they aren't equal.
951 VisiblePosition afterParagraph(endOfParagraphToMove.next(CannotCrossEditingBoundary));
999 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); member in namespace:WebCore
1000 if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == afterParagraph)) {
1001 // FIXME: Trim text between beforeParagraph and afterParagraph i
[all...]

Completed in 47 milliseconds