Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DInsertListCommand.cpp85 VisiblePosition startOfCurrentParagraph = startOfNextParagraph(startOfSelection); in modifyRange()
96 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart()); in modifyRange()
Dvisible_units.h62 VisiblePosition startOfNextParagraph(const VisiblePosition&);
Dvisible_units.cpp797 VisiblePosition startOfNextParagraph(const VisiblePosition& visiblePosition) in startOfNextParagraph() function
/external/webkit/WebCore/
DChangeLog-2008-08-1063549 Call the new startOfNextParagraph, instead of using endOfParagraph(v).next(),
63559 (WebCore::startOfNextParagraph): Added, see above.