Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dkeyboard_event_handler.ts93 function findAnotherFlowExcept(boundFlows: Flow[], flowId: number): number {
105 if (flow.id === flowId) {
146 const flowId = constant
151 if (sliceId === -1 || flowId === -1) {
157 if (flow.id === flowId) {
Dfrontend_local_state.ts136 setHighlightedFlowLeftId(flowId: number) {
137 this.focusedFlowIdLeft = flowId;
141 setHighlightedFlowRightId(flowId: number) {
142 this.focusedFlowIdRight = flowId;