Home | History | Annotate | Download | only in editing

Lines Matching refs:xPosForVerticalArrowNavigation

317             pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
320 pos = nextParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
390 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
394 pos = nextParagraphPosition(VisiblePosition(m_selection.end(), m_selection.affinity()), xPosForVerticalArrowNavigation(START));
470 pos = previousLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
473 pos = previousParagraphPosition(pos, xPosForVerticalArrowNavigation(EXTENT));
537 pos = previousLinePosition(VisiblePosition(m_selection.start(), m_selection.affinity()), xPosForVerticalArrowNavigation(START));
540 pos = previousParagraphPosition(VisiblePosition(m_selection.start(), m_selection.affinity()), xPosForVerticalArrowNavigation(START));
611 // Some of the above operations set an xPosForVerticalArrowNavigation.
614 // the requested position type if there were no xPosForVerticalArrowNavigation set.
615 int x = xPosForVerticalArrowNavigation(START);
682 xPos = xPosForVerticalArrowNavigation(up ? START : END);
687 xPos = xPosForVerticalArrowNavigation(EXTENT);
748 int SelectionController::xPosForVerticalArrowNavigation(EPositionType type)