Home | History | Annotate | Download | only in dom

Lines Matching refs:newSelection

1295         VisibleSelection newSelection = hasTagName(htmlTag) || hasTagName(bodyTag) ? VisibleSelection(Position(this, 0), DOWNSTREAM) : VisibleSelection::selectionFromContentsOfNode(this);
1297 if (frame->shouldChangeSelection(newSelection)) {
1298 frame->selection()->setSelection(newSelection);