HomeSort by relevance Sort by last modified time
    Searched refs:currentSrc (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.idl 43 [RuntimeEnabled=PictureSizes] readonly attribute DOMString currentSrc;
HTMLVideoElement.h 87 virtual const KURL& sourceURL() const OVERRIDE { return currentSrc(); }
HTMLImageElement.h 56 const String& currentSrc() const;
HTMLMediaElement.idl 38 [URL] readonly attribute DOMString currentSrc;
HTMLVideoElement.cpp 318 return !hasSingleSecurityOrigin() || (!(webMediaPlayer() && webMediaPlayer()->didPassCORSAccessCheck()) && destinationSecurityOrigin->taintsCanvas(currentSrc()));
HTMLMediaElement.h 116 const KURL& currentSrc() const { return m_currentSrc; }
HTMLImageElement.cpp 449 const String& HTMLImageElement::currentSrc() const
451 // http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#dom-img-currentsrc
452 // The currentSrc IDL attribute must return the img element's current request's current URL.
  /external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
ImageBitmapFactories.cpp 143 && eventTarget.toDOMWindow()->document()->securityOrigin()->taintsCanvas(video->currentSrc())) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 311 return mediaElt->currentSrc();

Completed in 498 milliseconds