Home | History | Annotate | Download | only in editing

Lines Matching refs:xPosForVerticalArrowNavigation

474         pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
477 pos = nextParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
557 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
561 pos = nextParagraphPosition(endForPlatform(), xPosForVerticalArrowNavigation(START));
646 pos = previousLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
649 pos = previousParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
723 pos = previousLinePosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
726 pos = previousParagraphPosition(startForPlatform(), xPosForVerticalArrowNavigation(START));
807 // Some of the above operations set an xPosForVerticalArrowNavigation.
810 // the requested position type if there were no xPosForVerticalArrowNavigation set.
811 int x = xPosForVerticalArrowNavigation(START);
883 xPos = xPosForVerticalArrowNavigation(up ? START : END);
888 xPos = xPosForVerticalArrowNavigation(EXTENT);
939 int SelectionController::xPosForVerticalArrowNavigation(EPositionType type)