Home
last modified time | relevance | path

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

/development/tools/motion/motion_test_watcher_app/src/timeline/
Dtimeline.component.ts28 @Input() selectedGolden: MotionGolden | null = null; property in TimelineComponent
43 if (!this.selectedGolden) return;
47 this.goldenService.getActualGoldenData(this.selectedGolden),
48 this.goldenService.getExpectedGoldenData(this.selectedGolden),
66 if (!this.selectedGolden) return;
134 if (!this.selectedGolden) return;
135 this.goldenService.updateGolden(this.selectedGolden).subscribe({
/development/tools/motion/motion_test_watcher_app/src/app/
Dapp.component.ts32 selectedGolden: MotionGolden | null = null; property in AppComponent
59 this.selectedGolden = golden;
/development/tools/motion/motion_test_watcher_app/src/test-list/
Dtest-list.component.ts32 selectedGolden: MotionGolden | null = null; property in TestListComponent
55 this.selectedGolden = golden;
/development/tools/motion/motion_test_watcher_app/src/preview/
Dpreview.component.ts39 @Input() selectedGolden: MotionGolden | null = null; property in PreviewComponent