Home
last modified time | relevance | path

Searched refs:createObjectURL (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/base/
H A Ddownload_utils.ts30 const url = URL.createObjectURL(blob);
H A Dclipboard.ts24 const url = URL.createObjectURL(file);
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dsidebar.ts113 url = URL.createObjectURL(blob);
116 url = URL.createObjectURL(file);
/aosp_15_r20/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
Dsample.js38 video.src = window.URL.createObjectURL(stream);
/aosp_15_r20/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
H A Dsample.js38 video.src = window.URL.createObjectURL(stream);
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/utils/
H A Ddownload.ts61 downloadLink.href = URL.createObjectURL(blob);
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_media_based/
H A Dviewer_media_based_component.ts283 URL.createObjectURL(curr.videoData),
/aosp_15_r20/external/cronet/components/metrics/debug/
H A Dapp.ts249 a.href = URL.createObjectURL(file);
/aosp_15_r20/external/python/bumble/web/speaker/
Dspeaker.js68 audioElement.src = URL.createObjectURL(mediaSource);
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/hive/web/speaker/
Dspeaker.js68 audioElement.src = URL.createObjectURL(mediaSource);
/aosp_15_r20/external/python/bumble/apps/speaker/
Dspeaker.js79 audioElement.src = URL.createObjectURL(mediaSource);
/aosp_15_r20/development/tools/winscope/src/app/components/
H A Dapp_component.ts581 const url = window.URL.createObjectURL(blob);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc1689 savehtml.setAttribute('href', URL.createObjectURL(htmlblob));
1695 savesvg.setAttribute('href', URL.createObjectURL(svgblob));
1701 savedot.setAttribute('href', URL.createObjectURL(dotblob));
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/
H A Dtimeline_component.ts561 URL.createObjectURL(screenRecordingVideo),
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js1101 downloadLink.setAttribute('href', URL.createObjectURL(recording));
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A Dwebcomponents-lite.js564 jURL.createObjectURL = function(blob) { function in jURL
565 return OriginalURL.createObjectURL.apply(OriginalURL, arguments);
H A Dwebcomponents-lite.min.js11 …ost,e?this._scheme+"://"+e:""}};var w=e.URL;w&&(c.createObjectURL=function(e){return w.createObjec…
H A Dwebcomponents.js5457 jURL.createObjectURL = function(blob) { function in jURL
5458 return OriginalURL.createObjectURL.apply(OriginalURL, arguments);
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcore_test.js472 const imageObjectUrl = URL.createObjectURL( blob );