Searched refs:startOfNextParagraph (Results 1 – 4 of 4) sorted by relevance
85 VisiblePosition startOfCurrentParagraph = startOfNextParagraph(startOfSelection); in modifyRange()96 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart()); in modifyRange()
62 VisiblePosition startOfNextParagraph(const VisiblePosition&);
797 VisiblePosition startOfNextParagraph(const VisiblePosition& visiblePosition) in startOfNextParagraph() function
63549 Call the new startOfNextParagraph, instead of using endOfParagraph(v).next(),63559 (WebCore::startOfNextParagraph): Added, see above.