Searched refs:indexPosition (Results 1 – 2 of 2) sorted by relevance
404 Position indexPosition = pos.deepEquivalent().parentAnchoredEquivalent(); in indexForVisiblePosition() local405 if (enclosingTextFormControl(indexPosition) != this) in indexForVisiblePosition()407 ASSERT(indexPosition.document()); in indexForVisiblePosition()408 RefPtrWillBeRawPtr<Range> range = Range::create(*indexPosition.document()); in indexForVisiblePosition()410 …range->setEnd(indexPosition.containerNode(), indexPosition.offsetInContainerNode(), ASSERT_NO_EXCE… in indexForVisiblePosition()
1775 Position indexPosition = pos.deepEquivalent(); in indexForVisiblePosition() local1776 if (indexPosition.isNull() || highestEditableRoot(indexPosition, HasEditableAXRole) != node) in indexForVisiblePosition()1781 range->setEnd(indexPosition, IGNORE_EXCEPTION); in indexForVisiblePosition()