Home
last modified time | relevance | path

Searched defs:ActionCallback (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Duser_metrics.h59 typedef Callback<void(const std::string&)> ActionCallback; typedef
/external/perfetto/ui/src/frontend/
Draf_scheduler.ts46 export type ActionCallback = (nowMs: number) => void; alias