Lines Matching refs:line_offset
426 line += this.line_offset;
427 if (line == this.line_offset) {
456 line = opt_line - this.line_offset;
495 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
497 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
501 from_line -= this.line_offset;
502 to_line -= this.line_offset;
519 from_line + this.line_offset,
520 to_line + this.line_offset,
530 line = opt_line - this.line_offset;
568 if (this.line_offset > 0 || this.column_offset > 0) {