Home | History | Annotate | Download | only in src

Lines Matching refs:end_limit

656     var end_limit = this.position + limit - before;
657 if (this.start < start_limit && end_limit < this.end) {
659 this.end = end_limit;