Searched refs:endForPlatform (Results 1 – 2 of 2) sorted by relevance
573 VisiblePosition FrameSelection::endForPlatform() const in endForPlatform() function in WebCore::FrameSelection666 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 …]
218 VisiblePosition endForPlatform() const;