Home | History | Annotate | Download | only in src

Lines Matching defs:lineCount

1865 ScriptMirror.prototype.lineCount = function() {
1866 return this.script_.lineCount();
1912 result += this.lineOffset() + this.lineCount() - 1;
1914 result += this.lineCount();
2171 content.lineCount = mirror.lineCount();