Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRow.test.ts76 isLoading: false,
79 traceRow.isLoading = false;
98 traceRow.isLoading = false;
104 isLoading: false,
107 traceRow.isLoading = false;
127 isLoading: false,
130 traceRow.isLoading = false;
/developtools/smartperf_host/ide/src/trace/component/trace/search/
DSearch.ts77 get isLoading(): boolean { method in LitSearch
81 set isLoading(va) { method in LitSearch
103 this.isLoading = false;
111 this.isLoading = true;
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowObject.ts28 public isLoading: boolean = false; property in TraceRowObject
DTraceRow.ts167 public isLoading: boolean = false; property in TraceRow
1150 if (this.supplier && !this.isLoading) {
1151 this.isLoading = true;
1162 this.isLoading = false;
1166 this.isLoading = false;
/developtools/smartperf_host/ide/test/trace/component/trace/search/
DSearch.test.ts86 expect(search.isLoading).toBeFalsy();
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1051 this.litSearch!.isLoading = false;
1630 this.search = this.litSearch!.isLoading;