Home | History | Annotate | Download | only in editing

Lines Matching refs:nextLinePosition

474         pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(EXTENT));
554 // to leave the selection at that line start (no need to call nextLinePosition!)
557 pos = nextLinePosition(pos, xPosForVerticalArrowNavigation(START));
903 next = (up ? previousLinePosition : nextLinePosition)(p, xPos);