Home | History | Annotate | Download | only in src

Lines Matching defs:lineCount

2034 ScriptMirror.prototype.lineCount = function() {
2035 return this.script_.lineCount();
2081 result += this.lineOffset() + this.lineCount() - 1;
2083 result += this.lineCount();
2341 content.lineCount = mirror.lineCount();