Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneFilter.ts49 private getLibrary: ((e: MiningData) => void) | undefined; property in TabPaneFilter
138 if (this.getLibrary) {
139 this.getLibrary({type: "button", item: "restore", remove: restoreList});
150 if (this.getLibrary) {
151 this.getLibrary({type: "button", item: "library"});
429 if (this.getLibrary) {
430 this.getLibrary({type: "check", item: this.libraryList![idx]});
440 getDataLibrary(getLibrary: (v: MiningData) => void) {
441 this.getLibrary = getLibrary