Home | History | Annotate | Download | only in src

Lines Matching refs:lineOffset

2302 ScriptMirror.prototype.lineOffset = function() {
2371 if (this.lineOffset() > 0) {
2372 result += this.lineOffset();
2374 result += this.lineOffset() + this.lineCount() - 1;
2641 content.lineOffset = mirror.lineOffset();