Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts142 spRecordTrace.showHint = true;
143 expect(spRecordTrace.showHint).toBeTruthy();
146 spRecordTrace.showHint = false;
147 expect(spRecordTrace.showHint).toBeFalsy();
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts292 let showHint = false;
300 showHint = true;
305 this.showHint = showHint;
308 get showHint(): boolean { method in SpRecordTrace
312 set showHint(bool: boolean) { method in SpRecordTrace
413 if (!this.showHint) {
414 this.showHint = true;
428 this.showHint = false;
434 this.showHint = false;
969 this.showHint = true;
[all …]