Home
last modified time | relevance | path

Searched refs:paragraphEnd (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm450 VisiblePosition paragraphEnd = endOfParagraph(position);
454 RefPtr<Range> fullCharacterRange = makeRange(paragraphStart, paragraphEnd);
485 VisiblePosition paragraphEnd = endOfParagraph(selectionEnd);
491 String fullPlainTextString = plainText(makeRange(paragraphStart, paragraphEnd).get());
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp889 VisiblePosition paragraphEnd(endOfParagraph(visiblePosition, CanSkipOverEditingBoundary)); in startOfNextParagraph() local
890 VisiblePosition afterParagraphEnd(paragraphEnd.next(CannotCrossEditingBoundary)); in startOfNextParagraph()