Home
last modified time | relevance | path

Searched refs:endOfNextParagraph (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DApplyBlockElementCommand.cpp125 …VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParag… in formatSelection() local
131 …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() local
243 Position position = endOfNextParagraph.deepEquivalent(); in endOfNextParagrahSplittingTextNodesIfNeeded()
246 return endOfNextParagraph; in endOfNextParagrahSplittingTextNodesIfNeeded()
251 return endOfNextParagraph; in endOfNextParagrahSplittingTextNodesIfNeeded()
DIndentOutdentCommand.cpp197 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in outdentRegion() local
211 …if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocumen… in outdentRegion()
213 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in outdentRegion()
215 endOfCurrentParagraph = endOfNextParagraph; in outdentRegion()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0636999 …aragraphWithClones. Added endOfNextParagrahSplittingTextNodesIfNeeded to adjust endOfNextParagraph,