Searched refs:indexPosition (Results 1 – 2 of 2) sorted by relevance
329 Position indexPosition = pos.deepEquivalent().parentAnchoredEquivalent(); in indexForVisiblePosition() local330 if (enclosingTextFormControl(indexPosition) != this) in indexForVisiblePosition()332 ASSERT(indexPosition.document()); in indexForVisiblePosition()333 RefPtr<Range> range = Range::create(*indexPosition.document()); in indexForVisiblePosition()335 …range->setEnd(indexPosition.containerNode(), indexPosition.offsetInContainerNode(), ASSERT_NO_EXCE… in indexForVisiblePosition()
1759 Position indexPosition = pos.deepEquivalent(); in indexForVisiblePosition() local1760 if (indexPosition.isNull() || highestEditableRoot(indexPosition, HasEditableAXRole) != node) in indexForVisiblePosition()1765 range->setEnd(indexPosition, IGNORE_EXCEPTION); in indexForVisiblePosition()