Searched refs:endOfNextParagraph (Results 1 – 3 of 3) sorted by relevance
125 …VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParag… in formatSelection() local131 …if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &is… in formatSelection()141 …if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocumen… in formatSelection()145 endOfCurrentParagraph = endOfNextParagraph; in formatSelection()242 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in endOfNextParagrahSplittingTextNodesIfNeeded() local243 Position position = endOfNextParagraph.deepEquivalent(); in endOfNextParagrahSplittingTextNodesIfNeeded()246 return endOfNextParagraph; in endOfNextParagrahSplittingTextNodesIfNeeded()251 return endOfNextParagraph; in endOfNextParagrahSplittingTextNodesIfNeeded()
197 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in outdentRegion() local211 …if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocumen… in outdentRegion()213 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in outdentRegion()215 endOfCurrentParagraph = endOfNextParagraph; in outdentRegion()
36999 …aragraphWithClones. Added endOfNextParagrahSplittingTextNodesIfNeeded to adjust endOfNextParagraph,