Home | History | Annotate | Download | only in src

Lines Matching full:lineoffset

2009 ScriptMirror.prototype.lineOffset = function() {
2078 if (this.lineOffset() > 0) {
2079 result += this.lineOffset();
2081 result += this.lineOffset() + this.lineCount() - 1;
2339 content.lineOffset = mirror.lineOffset();