Home | History | Annotate | Download | only in src

Lines Matching full:lineoffset

1840 ScriptMirror.prototype.lineOffset = function() {
1909 if (this.lineOffset() > 0) {
1910 result += this.lineOffset();
1912 result += this.lineOffset() + this.lineCount() - 1;
2169 content.lineOffset = mirror.lineOffset();