HomeSort by relevance Sort by last modified time
    Searched refs:createObjectURL (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
URLMediaSource.idl 36 [CallWith=ExecutionContext] static DOMString? createObjectURL(MediaSource source);
URLMediaSource.h 43 static String createObjectURL(ExecutionContext*, MediaSource*);
URLMediaSource.cpp 40 String URLMediaSource::createObjectURL(ExecutionContext* executionContext, MediaSource* source)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
URLMediaStream.idl 34 [CallWith=ExecutionContext] static DOMString? createObjectURL(MediaStream stream);
URLMediaStream.h 43 static String createObjectURL(ExecutionContext*, MediaStream*);
URLMediaStream.cpp 40 String URLMediaStream::createObjectURL(ExecutionContext* executionContext, MediaStream* stream)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
URL.idl 41 [RaisesException, CallWith=ExecutionContext] static DOMString? createObjectURL(Blob? blob);
DOMURL.cpp 65 String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
DOMURL.h 60 static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.js 38 video.src = window.URL.createObjectURL(stream);
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.js 38 video.src = window.URL.createObjectURL(stream);
  /external/chromium_org/chrome/browser/resources/feedback/js/
take_screenshot.js 45 video.src = window.URL.createObjectURL(screenshotStream);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
app.js 8 video.src = URL.createObjectURL(stream);
  /external/chromium_org/third_party/webrtc/test/manual/
adapter.js 33 element.src = webkitURL.createObjectURL(stream);
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
adapter.js 200 element.src = URL.createObjectURL(stream);
  /external/chromium_org/third_party/webrtc/tools/rtcbot/bot/browser/
bot.js 64 video.src = URL.createObjectURL(stream);
  /external/chromium_org/remoting/webapp/
media_source_renderer.js 54 window.URL.createObjectURL(/** @type {!Blob} */(this.mediaSource_)));
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 102 var blobUrl = window.URL.createObjectURL(textBlob);
  /external/chromium_org/media/test/data/eme_player_js/
player_utils.js 139 player.video.src = window.URL.createObjectURL(mediaSource);
  /external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
adapter.js 187 element.src = URL.createObjectURL(stream);
  /external/chromium_org/v8/tools/profviz/
profviz.js 199 ui.plot.src = window.URL.createObjectURL(blob);