Home
last modified time | relevance | path

Searched defs:pivotTableId (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpivot_table.ts32 pivotTableId: string; property
40 pivotTableId: string; property
48 pivotTableId: string; property
60 pivotTableId: string; property
67 const pivotTableId = helper.pivotTableId; constant
68 const pivotTable = globals.state.pivotTable[pivotTableId]; constant
135 const {pivotTableId, row, column, rowIndices, expandedRowColumns} = constant
137 const pivotTable = globals.state.pivotTable[pivotTableId]; constant
209 const {pivotTableId, row, columns, rowIndices, expandedRowColumns} = constant
248 const {pivotTableId, rows, columns, rowIndices, expandedRowColumns} = constant
[all …]
Ddetails_panel.ts334 for (const pivotTableId of Object.keys(globals.state.pivotTable)) { constant
335 const pivotTable = globals.state.pivotTable[pivotTableId]; constant
Dkeyboard_event_handler.ts88 const pivotTableId = DEFAULT_PIVOT_TABLE_ID; constant
Dpivot_table_helper.ts55 readonly pivotTableId: string; property in PivotTableHelper
/external/perfetto/ui/src/controller/
Dpivot_table_controller.ts53 pivotTableId: string; property
62 const selectedPivots = globals.state.pivotTable[pivotTableId].selectedPivots; constant
130 const pivotTable = globals.state.pivotTable[pivotTableId]; constant
347 const selectedPivots = globals.state.pivotTable[pivotTableId].selectedPivots; constant
382 const pivotTable = globals.state.pivotTable[pivotTableId]; constant
396 private pivotTableId: string; property in PivotTableController
Dtrace_controller.ts248 for (const pivotTableId of Object.keys(globals.state.pivotTable)) { constant