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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DApplyBlockElementCommand.cpp139 VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end); local
145 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
153 // Sanity check: Make sure our moveParagraph calls didn't remove endOfNextParagraph.deepEquivalent().deprecatedNode()
155 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
159 endOfCurrentParagraph = endOfNextParagraph;
255 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); local
256 Position position = endOfNextParagraph.deepEquivalent();
259 return endOfNextParagraph;
263 return endOfNextParagraph;
[all...]
H A DIndentOutdentCommand.cpp202 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); local
211 // is in a list item. As a result, endAfterSelection and endOfNextParagraph
216 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
218 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
220 endOfCurrentParagraph = endOfNextParagraph;

Completed in 121 milliseconds