Home | History | Annotate | Download | only in dom

Lines Matching refs:nextPosition

411     Position nextPosition = downstream(CanCrossEditingBoundary);
412 if (atFirstEditingPositionForNode() && nextPosition.isNotNull() && !nextPosition.deprecatedNode()->rendererIsEditable())
419 return nextPosition.isNotNull() && !nextPosition.deprecatedNode()->rendererIsEditable()