Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording_component_test.ts19 import {ViewerScreenRecordingComponent} from './viewer_screen_recording_component';
22 let fixture: ComponentFixture<ViewerScreenRecordingComponent>;
23 let component: ViewerScreenRecordingComponent;
30 declarations: [ViewerScreenRecordingComponent],
34 fixture = TestBed.createComponent(ViewerScreenRecordingComponent);
Dviewer_screen_recording_component.ts103 class ViewerScreenRecordingComponent { class
142 export {ViewerScreenRecordingComponent};
Dviewer_screen_recording.ts25 import {ViewerScreenRecordingComponent} from './viewer_screen_recording_component';
39 (this.htmlElement as unknown as ViewerScreenRecordingComponent).currentTraceEntry =
/development/tools/winscope/src/app/
Dapp_module.ts57 import {ViewerScreenRecordingComponent} from 'viewers/viewer_screen_recording/viewer_screen_recordi…
90 ViewerScreenRecordingComponent,
/development/tools/winscope/src/app/components/
Dapp_component.ts42 import {ViewerScreenRecordingComponent} from 'viewers/viewer_screen_recording/viewer_screen_recordi…
261 createCustomElement(ViewerScreenRecordingComponent, {injector})