Home | History | Annotate | Download | only in editing

Lines Matching refs:startForPlatform

407 VisiblePosition SelectionController::startForPlatform() const
526 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
652 pos = startOfSentence(startForPlatform());
655 pos = logicalStartOfLine(startForPlatform());
658 pos = startOfParagraph(startForPlatform());
661 pos = startForPlatform();
697 pos = leftBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
723 pos = previousLinePosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
726 pos = previousParagraphPosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
729 pos = startOfSentence(startForPlatform());
732 pos = logicalStartOfLine(startForPlatform());
735 pos = startOfParagraph(startForPlatform());
738 pos = startForPlatform();