Home
last modified time | relevance | path

Searched refs:changeDetectorRef (Results 1 – 7 of 7) sorted by relevance

/development/tools/winscope/src/app/components/
Dapp_component.ts339 changeDetectorRef: ChangeDetectorRef; property in AppComponent
364 @Inject(ChangeDetectorRef) changeDetectorRef: ChangeDetectorRef,
370 this.changeDetectorRef = changeDetectorRef;
491 this.changeDetectorRef.detectChanges();
575 this.changeDetectorRef.detectChanges();
589 this.changeDetectorRef.detectChanges();
Dcollect_traces_component.ts378 @Inject(ChangeDetectorRef) private changeDetectorRef: ChangeDetectorRef,
428 this.changeDetectorRef.detectChanges();
434 this.changeDetectorRef.detectChanges();
544 this.changeDetectorRef.detectChanges();
613 this.changeDetectorRef.detectChanges();
Dupload_traces_component.ts216 @Inject(ChangeDetectorRef) private changeDetectorRef: ChangeDetectorRef,
237 this.changeDetectorRef.detectChanges();
243 this.changeDetectorRef.detectChanges();
/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts154 @Inject(ChangeDetectorRef) private changeDetectorRef: ChangeDetectorRef, property in MatDrawerContent
161 this.changeDetectorRef.markForCheck();
/development/tools/winscope/src/test/remote_tool_mock/
Dapp_component.ts90 @Inject(ChangeDetectorRef) private changeDetectorRef: ChangeDetectorRef, property in AppComponent
274 this.changeDetectorRef.detectChanges();
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts510 @Inject(ChangeDetectorRef) private changeDetectorRef: ChangeDetectorRef,
624 this.changeDetectorRef.detectChanges();
883 this.changeDetectorRef.detectChanges();
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts159 @Inject(ChangeDetectorRef) private changeDetectorRef: ChangeDetectorRef, property in MiniTimelineComponent
301 this.changeDetectorRef.detectChanges();