Searched defs:HTMLVideoElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLVideoElement.h38 class HTMLVideoElement : public HTMLMediaElement { class in namespace:WebCore
40 HTMLVideoElement(const QualifiedName&, Document*);
H A DHTMLVideoElement.cpp29 #include "HTMLVideoElement.h"
48 HTMLVideoElement::HTMLVideoElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::HTMLVideoElement
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
[all...]

Completed in 11 milliseconds