Home | History | Annotate | Download | only in editing

Lines Matching refs:startForPlatform

570 VisiblePosition FrameSelection::startForPlatform() const
716 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
836 pos = startOfSentence(startForPlatform());
839 pos = logicalStartOfLine(startForPlatform());
842 pos = startOfParagraph(startForPlatform());
845 pos = startForPlatform();
884 pos = leftBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
907 pos = previousLinePosition(startForPlatform(), lineDirectionPointForBlockDirectionNavigation(START));
910 pos = previousParagraphPosition(startForPlatform(), lineDirectionPointForBlockDirectionNavigation(START));
913 pos = startOfSentence(startForPlatform());
916 pos = logicalStartOfLine(startForPlatform());
919 pos = startOfParagraph(startForPlatform());
922 pos = startForPlatform();