Lines Matching refs:that
91 let that = this;
93 if (that.intervalId) {
94 window.clearInterval(that.intervalId);
96 that.shellCanvasCtx!.clearRect(that.shellStrLength, that.textY, 12, 3);
586 let that = this; variable
588 if (that.resultStr.length === 0 && that.cursorRow.length === 0) {
591 that.isDragging = true;
594 that.refreshShellPage(false);
597 if (!that.isDragging) {
600 if (that.resultStr.length === 0 && that.cursorRow.length === 0) {
605 that.refreshShellPage(false);
606 that.points = undefined;
607 that.shellCanvasCtx!.fillStyle = 'rgba(128, 128, 128, 0.5)';
609 that.forwardFlag = true;
610 that.forwardSelected(startX, startY, endX, endY);
612 that.forwardFlag = false;
613 that.reverseSelected(startX, startY, endX, endY);
620 let that = this; variable
622 if (!that.isDragging) {
625 if (that.resultStr.length === 0 && that.cursorRow.length === 0) {
628 that.isDragging = false;
633 if (that.sendCallBack) {
634 that.sendCallBack(text);