Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dsearch_controller.ts44 private setupInProgress: boolean; property in SearchController
53 this.setupInProgress = true;
56 this.setupInProgress = false;
71 if (this.setupInProgress || this.updateInProgress) {