Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts295 let result = tabPaneCurrentSelection.setFunctionData(functionData);
360 let result = tabPaneCurrentSelection.setFunctionData(functionData);
390 let result = tabPaneCurrentSelection.setFunctionData(functionDataTest);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts587 this.displayTab<TabPaneCurrentSelection>(...names).setFunctionData(data, scrollCallback);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts253 setFunctionData(data: FuncStruct, scrollCallback: Function): void { method in TabPaneCurrentSelection