Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dquery_table.ts37 class QueryTableRow implements m.ClassComponent<QueryTableRowAttrs> { class
85 QueryTableRow.columnsContainsSliceLocation(columns);
87 (e: Event) => QueryTableRow.rowOnClickHandler(e, row, 'QueryResults') :
91 QueryTableRow.rowOnClickHandler(e, row, 'CurrentSelection') :
135 rows.push(m(QueryTableRow, {row: resp.rows[i], columns: resp.columns}));