Home
last modified time | relevance | path

Searched refs:spWebShell (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts101 private spWebShell: SpWebHdcShell | undefined; property in SpRecordTrace
206 if (this.nowChildItem === this.spWebShell) {
488 if (this.nowChildItem === this.spWebShell) {
524 if (this.nowChildItem === this.spWebShell) {
563 this.spWebShell = new SpWebHdcShell();
742 recordTrace.spWebShell!.shellDiv!.scrollTop = recordTrace.spWebShell!.currentScreenRemain;
744 recordTrace.spWebShell!.hdcShellFocus();
746 recordTrace.nowChildItem = recordTrace.spWebShell!;
817 this.buildMenuItem('Hdc Shell', 'file-config', this.spWebShell!, this.hdcShellClickHandler),
842 if (this.nowChildItem === this.spWebShell) {