Lines Matching refs:cursorRow
45 private cursorRow: string = ''; property in SpWebHdcShell
114 this.cursorRow = '';
337 this.finalArr.push(this.cursorRow);
365 if (this.resultStr.length === 0 && this.cursorRow.length === 0) {
379 …this.shellCanvasCtx!.measureText(this.cursorRow.slice(0, this.cursorIndex)).width + SpWebHdcShell.…
453 this.cursorRow = result.join('');
467 …s.resultStr = this.resultStr.substring(0, this.resultStr.lastIndexOf('\r\n') + 2) + this.cursorRow;
469 this.resultStr = this.cursorRow;
513 const index = this.cursorRow.lastIndexOf('\n');
514 this.cursorRow =
515 … this.cursorRow.substring(0, index + 1) + this.textDecoder.decode(arrayA.slice(1, arrayA.length));
516 this.resultStr = this.cursorRow;
588 if (that.resultStr.length === 0 && that.cursorRow.length === 0) {
600 if (that.resultStr.length === 0 && that.cursorRow.length === 0) {
625 if (that.resultStr.length === 0 && that.cursorRow.length === 0) {