Lines Matching refs:endOffset
33 this.endOffset = null ;
60 range.setEnd( sourceRange.endContainer, sourceRange.endOffset ) ;
69 …is.collapsed = ( this.startContainer == this.endContainer && this.startOffset == this.endOffset ) ;
83 this.endOffset = offset ;
95 this.endOffset = offset ;
131 this.endOffset = this.startOffset ;
136 this.startOffset = this.endOffset ;
160 this.setEnd( startContainer.nextSibling, this.endOffset - this.startOffset ) ;
175 this.endOffset++ ;
216 var endOffset = this.endOffset ;
229 endNode = endNode.splitText( endOffset ) ;
237 if ( endOffset > endNode.childNodes.length - 1 )
244 endNode = endNode.childNodes[ endOffset ] ;