Home
last modified time | relevance | path

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

/development/tools/winscope/src/messaging/
Dwinscope_event.ts56 [WinscopeEventType.VIEWERS_LOADED]: ViewersLoaded;
182 export class ViewersLoaded extends WinscopeEvent { class
/development/tools/winscope/src/app/components/
Dapp_component_test.ts49 ViewersLoaded,
228 await component.onWinscopeEvent(new ViewersLoaded([]));
/development/tools/winscope/src/app/
Dmediator.ts28 ViewersLoaded,
395 await this.appComponent.onWinscopeEvent(new ViewersLoaded(this.viewers));
Dmediator_test.ts41 ViewersLoaded,
540 new ViewersLoaded([viewerStub0, viewerStub1, viewerOverlay, viewerDump]),