Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_search/
Dpresenter.ts152 this.resetActiveSearch(activeSearch, query);
173 this.resetActiveSearch(activeSearch);
208 this.resetActiveSearch(activeSearch, traceQuery);
219 private resetActiveSearch(activeSearch: ActiveSearch, newQuery?: string) { method in Presenter