Lines Matching refs:tr
1193 let tr = it.target as TraceRow<any>; variable
1195 tr.sleeping = true;
1200 … (vr) => vr.rowId === tr.rowId && vr.rowType === tr.rowType && vr.rowParentId === tr.rowParentId
1203 this.visibleRows.push(tr);
1205 tr.sleeping = false;
1234 window.subscribe(window.SmartEvent.UI.TraceRowComplete, (tr) => {});
1238 window.subscribe(window.SmartEvent.UI.KeyboardEnable, (tr) => {
1239 this.keyboardEnable = tr.enable;
1244 window.subscribe(window.SmartEvent.UI.MouseEventEnable, (tr) => {
1245 this.mouseEventEnable = tr.mouseEnable;
1970 .forEach((tr) => {
1971 if (this.currentRowType != tr.rowType) {
1974 this.currentRowType = tr.rowType || '';
1976 if (tr.rowType == TraceRow.ROW_TYPE_CPU) {
1978 for (let re of tr.dataListCache) {
1979 if (re.frame && isFrameContainPoint(re.frame, tr.hoverX, tr.hoverY)) {
1987 tr.focusHandler?.(ev);