Home | History | Annotate | Download | only in accessibility

Lines Matching full:endpos

2128     VisiblePosition endPos = lastDeepEditingPositionForNode(node);
2134 if (startPos == endPos) {
2135 endPos = endPos.next();
2136 if (endPos.isNull())
2137 endPos = startPos;
2140 endPos);