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.ts107 private spWebShell: SpWebHdcShell | undefined; property in SpRecordTrace
260 if (this.nowChildItem === this.spWebShell) {
544 if (this.nowChildItem === this.spWebShell) {
581 if (this.nowChildItem === this.spWebShell) {
621 this.spWebShell = new SpWebHdcShell();
804 recordTrace.spWebShell!.shellDiv!.scrollTop = recordTrace.spWebShell!.currentScreenRemain;
806 recordTrace.spWebShell!.hdcShellFocus();
808 recordTrace.nowChildItem = recordTrace.spWebShell!;
884 this.buildMenuItem('Hdc Shell', 'file-config', this.spWebShell!, this.hdcShellClickHandler),
908 if (this.nowChildItem === this.spWebShell) {