Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Draf_scheduler.ts60 private actionCallbacks = new Set<ActionCallback>(); property in RafScheduler
77 this.actionCallbacks.add(cb);
82 this.actionCallbacks.delete(cb);
133 if (this.actionCallbacks.size !== 0 || force) {
148 for (const action of this.actionCallbacks) action(nowMs);