Home | History | Annotate | Download | only in page

Lines Matching full:targetposition

667     VisiblePosition targetPosition = selectionExtentRespectingEditingBoundary(m_frame->selection()->selection(), hitTestResult.localPoint(), target);
670 if (targetPosition.isNull())
689 newSelection = VisibleSelection(targetPosition);
692 newSelection.setExtent(targetPosition);