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

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
URLMediaStream.idl 34 [CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] 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/modules/mediasource/
URLMediaSource.h 43 static String createObjectURL(ExecutionContext*, MediaSource*);
URLMediaSource.idl 36 [CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaSource source);
URLMediaSource.cpp 40 String URLMediaSource::createObjectURL(ExecutionContext* executionContext, MediaSource* source)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
URL.idl 41 [RaisesException, CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] static DOMString createObjectURL(Blob? blob);
DOMURL.cpp 66 String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
DOMURL.h 59 static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
app.js 8 video.src = URL.createObjectURL(stream);
  /external/chromium_org/chrome/browser/resources/feedback/js/
take_screenshot.js 45 video.src = window.URL.createObjectURL(screenshotStream);
  /external/chromium_org/third_party/webrtc/test/manual/
adapter.js 33 element.src = webkitURL.createObjectURL(stream);
  /external/chromium_org/content/test/data/media/
media_source_utils.js 11 video.src = window.URL.createObjectURL(source);
encrypted_media_utils.js 130 video.src = window.URL.createObjectURL(mediaSource);
  /external/chromium_org/ui/file_manager/video_player/js/
background.js 24 fileUrl: window.URL.createObjectURL(file)
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
adapter.js 200 element.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/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);
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 411 var url = URL.createObjectURL(blob);
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 444 mediaElement.src = URL.createObjectURL(mediaSource);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 692 img.src = window.URL.createObjectURL(blob);
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 3328 milliseconds

1 2