Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp573 VisiblePosition FrameSelection::endForPlatform() const in endForPlatform() function in WebCore::FrameSelection
666 pos = endOfSentence(endForPlatform()); in modifyExtendingForward()
669 pos = logicalEndOfLine(endForPlatform()); in modifyExtendingForward()
672 pos = endOfParagraph(endForPlatform()); in modifyExtendingForward()
675 pos = endForPlatform(); in modifyExtendingForward()
740 pos = endForPlatform(); in modifyMovingForward()
746 …pos = nextParagraphPosition(endForPlatform(), lineDirectionPointForBlockDirectionNavigation(START)… in modifyMovingForward()
749 pos = endOfSentence(endForPlatform()); in modifyMovingForward()
752 pos = logicalEndOfLine(endForPlatform()); in modifyMovingForward()
755 pos = endOfParagraph(endForPlatform()); in modifyMovingForward()
[all …]
DFrameSelection.h218 VisiblePosition endForPlatform() const;