Home
last modified time | relevance | path

Searched refs:startOfNextParagraph (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dvisible_units.h71 VisiblePosition startOfNextParagraph(const VisiblePosition&);
DInsertListCommand.cpp95 start = startOfNextParagraph(start); in selectionHasListOfType()
175 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart()); in doApply()
DTextCheckingHelper.cpp63 …setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(paragraphRange()->startPosition… in expandRangeToNextEnd()
339 VisiblePosition newParagraphStart = startOfNextParagraph(paragraphRange->endPosition()); in findFirstMisspellingOrBadGrammar()
Dvisible_units.cpp887 VisiblePosition startOfNextParagraph(const VisiblePosition& visiblePosition) in startOfNextParagraph() function
/external/webkit/Source/WebCore/
DChangeLog48855 … (WebCore::startOfNextParagraph): Now uses the aforementioned non-editable content skipping mode of
49153 (WebCore::startOfNextParagraph):
DChangeLog-2008-08-1063549 Call the new startOfNextParagraph, instead of using endOfParagraph(v).next(),
63559 (WebCore::startOfNextParagraph): Added, see above.