Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dcontroller.ts16 export type ControllerAny = Controller</*StateType=*/any>; alias
19 new(args: ConstructorArgs): ControllerAny;
46 private _children = new Map<string, ControllerAny>();
Dglobals.ts28 import {ControllerAny} from './controller';
45 private _rootController?: ControllerAny;
50 initialize(rootController: ControllerAny, frontendProxy: Remote) {