Home | History | Annotate | Download | only in dom

Lines Matching refs:setEnd

82     // that setStart and setEnd do, so we call those functions.
86 setEnd(endContainer, endOffset, ec);
220 void Range::setEnd(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec)
1233 setEnd(refNode->parentNode(), refNode->nodeIndex(), ec);
1258 setEnd(refNode->parentNode(), refNode->nodeIndex() + 1, ec);
1844 setEnd(end.deepEquivalent().containerNode(), end.deepEquivalent().computeOffsetInContainerNode(), ec);