Lines Matching refs:lineCount
2327 ScriptMirror.prototype.lineCount = function() {2328 return this.script_.lineCount();2374 result += this.lineOffset() + this.lineCount() - 1;2376 result += this.lineCount();2643 content.lineCount = mirror.lineCount();