Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLVideoElement

29 #include "HTMLVideoElement.h"
48 HTMLVideoElement::HTMLVideoElement(const QualifiedName& tagName, Document* doc)
55 bool HTMLVideoElement::rendererIsNeeded(RenderStyle* style)
61 RenderObject* HTMLVideoElement::createRenderer(RenderArena* arena, RenderStyle*)
67 void HTMLVideoElement::attach()
85 void HTMLVideoElement::detach()
94 void HTMLVideoElement::parseMappedAttribute(MappedAttribute* attr)
119 bool HTMLVideoElement::supportsFullscreen() const
132 unsigned HTMLVideoElement::videoWidth() const
139 unsigned HTMLVideoElement::videoHeight() const
146 unsigned HTMLVideoElement::width() const
153 void HTMLVideoElement::setWidth(unsigned value)
158 unsigned HTMLVideoElement::height() const
165 void HTMLVideoElement::setHeight(unsigned value)
170 void HTMLVideoElement::setPoster(const String& value)
175 bool HTMLVideoElement::isURLAttribute(Attribute* attr) const
180 const QualifiedName& HTMLVideoElement::imageSourceAttributeName() const
185 void HTMLVideoElement::updatePosterImage()
199 void HTMLVideoElement::paint(GraphicsContext* context, const IntRect& destRect)
209 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect)
219 bool HTMLVideoElement::hasAvailableVideoFrame() const
227 void HTMLVideoElement::webkitEnterFullScreen(bool isUserGesture, ExceptionCode& ec)
242 void HTMLVideoElement::webkitExitFullScreen()
248 bool HTMLVideoElement::webkitSupportsFullscreen()
253 bool HTMLVideoElement::webkitDisplayingFullscreen()