Lines Matching refs:line_offset
432 line += this.line_offset;
433 if (line == this.line_offset) {
462 line = opt_line - this.line_offset;
501 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
503 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
507 from_line -= this.line_offset;
508 to_line -= this.line_offset;
525 from_line + this.line_offset,
526 to_line + this.line_offset,
536 line = opt_line - this.line_offset;
574 if (this.line_offset > 0 || this.column_offset > 0) {