Home | History | Annotate | Download | only in page

Lines Matching refs:rootUserSelectAll

340     Node* rootUserSelectAll = Position::rootUserSelectAllForNode(targetNode);
341 if (!rootUserSelectAll)
345 newSelection.setBase(positionBeforeNode(rootUserSelectAll).upstream(CanCrossEditingBoundary));
346 newSelection.setExtent(positionAfterNode(rootUserSelectAll).downstream(CanCrossEditingBoundary));