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.cpp576 VisiblePosition FrameSelection::endForPlatform() const in endForPlatform() function in blink::FrameSelection
669 pos = endOfSentence(endForPlatform()); in modifyExtendingForward()
672 pos = logicalEndOfLine(endForPlatform()); in modifyExtendingForward()
675 pos = endOfParagraph(endForPlatform()); in modifyExtendingForward()
678 pos = endForPlatform(); in modifyExtendingForward()
743 pos = endForPlatform(); in modifyMovingForward()
749 …pos = nextParagraphPosition(endForPlatform(), lineDirectionPointForBlockDirectionNavigation(START)… in modifyMovingForward()
752 pos = endOfSentence(endForPlatform()); in modifyMovingForward()
755 pos = logicalEndOfLine(endForPlatform()); in modifyMovingForward()
758 pos = endOfParagraph(endForPlatform()); in modifyMovingForward()
[all …]
DFrameSelection.h229 VisiblePosition endForPlatform() const;