HTMLVideoElement 57 Source/core/frame/ImageBitmap.cpp ImageBitmap::ImageBitmap(HTMLVideoElement* video, const IntRect& cropRect) HTMLVideoElement 158 Source/core/frame/ImageBitmap.cpp PassRefPtrWillBeRawPtr<ImageBitmap> ImageBitmap::create(HTMLVideoElement* video, const IntRect& cropRect) HTMLVideoElement 20 Source/core/frame/ImageBitmap.h class HTMLVideoElement; HTMLVideoElement 27 Source/core/frame/ImageBitmap.h static PassRefPtrWillBeRawPtr<ImageBitmap> create(HTMLVideoElement*, const IntRect&); HTMLVideoElement 54 Source/core/frame/ImageBitmap.h ImageBitmap(HTMLVideoElement*, const IntRect&); HTMLVideoElement 47 Source/core/html/HTMLVideoElement.cpp inline HTMLVideoElement::HTMLVideoElement(Document& document) HTMLVideoElement 55 Source/core/html/HTMLVideoElement.cpp PassRefPtr<HTMLVideoElement> HTMLVideoElement::create(Document& document) HTMLVideoElement 57 Source/core/html/HTMLVideoElement.cpp RefPtr<HTMLVideoElement> videoElement(adoptRef(new HTMLVideoElement(document))); HTMLVideoElement 62 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::rendererIsNeeded(const RenderStyle& style) HTMLVideoElement 67 Source/core/html/HTMLVideoElement.cpp RenderObject* HTMLVideoElement::createRenderer(RenderStyle*) HTMLVideoElement 72 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::attach(const AttachContext& context) HTMLVideoElement 86 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) HTMLVideoElement 96 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::isPresentationAttribute(const QualifiedName& name) const HTMLVideoElement 103 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::parseAttribute(const QualifiedName& name, const AtomicString& value) HTMLVideoElement 124 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::supportsFullscreen() const HTMLVideoElement 135 Source/core/html/HTMLVideoElement.cpp unsigned HTMLVideoElement::videoWidth() const HTMLVideoElement 142 Source/core/html/HTMLVideoElement.cpp unsigned HTMLVideoElement::videoHeight() const HTMLVideoElement 149 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::isURLAttribute(const Attribute& attribute) const HTMLVideoElement 154 Source/core/html/HTMLVideoElement.cpp const AtomicString HTMLVideoElement::imageSourceURL() const HTMLVideoElement 162 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::setDisplayMode(DisplayMode mode) HTMLVideoElement 180 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::updateDisplayState() HTMLVideoElement 188 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect) const HTMLVideoElement 196 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::copyVideoTextureToPlatformTexture(blink::WebGraphicsContext3D* context, Platform3DObject texture, GLint level, GLenum type, GLenum internalFormat, bool premultiplyAlpha, bool flipY) HTMLVideoElement 203 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::hasAvailableVideoFrame() const HTMLVideoElement 211 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::webkitEnterFullscreen(ExceptionState& exceptionState) HTMLVideoElement 224 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::webkitExitFullscreen() HTMLVideoElement 230 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::webkitSupportsFullscreen() HTMLVideoElement 235 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::webkitDisplayingFullscreen() HTMLVideoElement 240 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::didMoveToNewDocument(Document& oldDocument) HTMLVideoElement 247 Source/core/html/HTMLVideoElement.cpp unsigned HTMLVideoElement::webkitDecodedFrameCount() const HTMLVideoElement 255 Source/core/html/HTMLVideoElement.cpp unsigned HTMLVideoElement::webkitDroppedFrameCount() const HTMLVideoElement 263 Source/core/html/HTMLVideoElement.cpp KURL HTMLVideoElement::posterImageURL() const HTMLVideoElement 271 Source/core/html/HTMLVideoElement.cpp KURL HTMLVideoElement::mediaPlayerPosterURL() HTMLVideoElement 276 Source/core/html/HTMLVideoElement.cpp PassRefPtr<Image> HTMLVideoElement::getSourceImageForCanvas(SourceImageMode mode, SourceImageStatus* status) const HTMLVideoElement 296 Source/core/html/HTMLVideoElement.cpp bool HTMLVideoElement::wouldTaintOrigin(SecurityOrigin* destinationSecurityOrigin) const HTMLVideoElement 301 Source/core/html/HTMLVideoElement.cpp FloatSize HTMLVideoElement::sourceSize() const HTMLVideoElement 41 Source/core/html/HTMLVideoElement.h class HTMLVideoElement FINAL : public HTMLMediaElement, public CanvasImageSource { HTMLVideoElement 43 Source/core/html/HTMLVideoElement.h static PassRefPtr<HTMLVideoElement> create(Document&); HTMLVideoElement 79 Source/core/html/HTMLVideoElement.h HTMLVideoElement(Document&); HTMLVideoElement 88 Source/core/html/MediaDocument.cpp RefPtr<HTMLVideoElement> media = HTMLVideoElement::create(*document()); HTMLVideoElement 138 Source/core/html/MediaDocument.cpp HTMLVideoElement* video = Traversal<HTMLVideoElement>::firstWithin(*targetNode); HTMLVideoElement 1562 Source/core/html/canvas/CanvasRenderingContext2D.cpp drawVideo(static_cast<HTMLVideoElement*>(imageSource), srcRect, dstRect); HTMLVideoElement 1588 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::drawVideo(HTMLVideoElement* video, FloatRect srcRect, FloatRect dstRect) HTMLVideoElement 61 Source/core/html/canvas/CanvasRenderingContext2D.h class HTMLVideoElement; HTMLVideoElement 310 Source/core/html/canvas/CanvasRenderingContext2D.h void drawVideo(HTMLVideoElement*, FloatRect srcRect, FloatRect dstRect); HTMLVideoElement 3468 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<Image> WebGLRenderingContextBase::videoFrameToImage(HTMLVideoElement* video, BackingStoreCopy backingStoreCopy) HTMLVideoElement 3483 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLVideoElement* video, ExceptionState& exceptionState) HTMLVideoElement 3688 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLenum format, GLenum type, HTMLVideoElement* video, ExceptionState& exceptionState) HTMLVideoElement 5149 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateHTMLVideoElement(const char* functionName, HTMLVideoElement* video, ExceptionState& exceptionState) HTMLVideoElement 58 Source/core/html/canvas/WebGLRenderingContextBase.h class HTMLVideoElement; HTMLVideoElement 242 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLVideoElement*, ExceptionState&); HTMLVideoElement 257 Source/core/html/canvas/WebGLRenderingContextBase.h GLenum format, GLenum type, HTMLVideoElement*, ExceptionState&); HTMLVideoElement 391 Source/core/html/canvas/WebGLRenderingContextBase.h PassRefPtr<Image> videoFrameToImage(HTMLVideoElement*, BackingStoreCopy); HTMLVideoElement 829 Source/core/html/canvas/WebGLRenderingContextBase.h bool validateHTMLVideoElement(const char* functionName, HTMLVideoElement*, ExceptionState&); HTMLVideoElement 595 Source/core/html/shadow/MediaControlElements.cpp HTMLVideoElement& video = toHTMLVideoElement(mediaElement()); HTMLVideoElement 45 Source/core/rendering/RenderVideo.cpp RenderVideo::RenderVideo(HTMLVideoElement* video) HTMLVideoElement 90 Source/core/rendering/RenderVideo.cpp HTMLVideoElement* video = videoElement(); HTMLVideoElement 102 Source/core/rendering/RenderVideo.cpp if (player && video->readyState() >= HTMLVideoElement::HAVE_METADATA) { HTMLVideoElement 193 Source/core/rendering/RenderVideo.cpp HTMLVideoElement* RenderVideo::videoElement() const HTMLVideoElement 34 Source/core/rendering/RenderVideo.h class HTMLVideoElement; HTMLVideoElement 38 Source/core/rendering/RenderVideo.h RenderVideo(HTMLVideoElement*); HTMLVideoElement 51 Source/core/rendering/RenderVideo.h inline HTMLVideoElement* videoElement() const; HTMLVideoElement 59 Source/modules/imagebitmap/ImageBitmapFactories.cpp static IntSize sizeFor(HTMLVideoElement* video) HTMLVideoElement 117 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLVideoElement* video, ExceptionState& exceptionState) HTMLVideoElement 123 Source/modules/imagebitmap/ImageBitmapFactories.cpp ScriptPromise ImageBitmapFactories::createImageBitmap(EventTarget& eventTarget, HTMLVideoElement* video, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) HTMLVideoElement 52 Source/modules/imagebitmap/ImageBitmapFactories.h class HTMLVideoElement; HTMLVideoElement 63 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLVideoElement*, ExceptionState&); HTMLVideoElement 64 Source/modules/imagebitmap/ImageBitmapFactories.h static ScriptPromise createImageBitmap(EventTarget&, HTMLVideoElement*, int sx, int sy, int sw, int sh, ExceptionState&); HTMLVideoElement 43 Source/modules/mediasource/HTMLVideoElementMediaSource.cpp PassRefPtrWillBeRawPtr<VideoPlaybackQuality> HTMLVideoElementMediaSource::getVideoPlaybackQuality(HTMLVideoElement& videoElement) HTMLVideoElement 39 Source/modules/mediasource/HTMLVideoElementMediaSource.h class HTMLVideoElement; HTMLVideoElement 44 Source/modules/mediasource/HTMLVideoElementMediaSource.h static PassRefPtrWillBeRawPtr<VideoPlaybackQuality> getVideoPlaybackQuality(HTMLVideoElement&);