Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrack_decider.ts65 private tracksToAdd: AddTrackArgs[] = []; property in TrackDecider
136 this.tracksToAdd.push({
186 this.tracksToAdd.push({
237 this.tracksToAdd.push(track);
260 this.tracksToAdd.push({
289 this.tracksToAdd.push({
306 for (const track of this.tracksToAdd) {
351 this.tracksToAdd.push({
369 this.tracksToAdd.push({
397 this.tracksToAdd.push({
[all …]