Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/
Dtimeline_data.ts31 private screenRecordingVideo?: Blob;
49 screenRecordingVideo: Blob | undefined,
85 this.screenRecordingVideo = screenRecordingVideo;
256 return this.screenRecordingVideo;
361 this.screenRecordingVideo = undefined;
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts560 const screenRecordingVideo = timelineData.getScreenRecordingVideo(); constant
561 if (screenRecordingVideo) {
563 URL.createObjectURL(screenRecordingVideo),