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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.cpp27 #include "core/html/HTMLVideoElement.h"
48 inline HTMLVideoElement::HTMLVideoElement(Document& document) function in class:WebCore::HTMLVideoElement
56 PassRefPtrWillBeRawPtr<HTMLVideoElement> HTMLVideoElement::create(Document& document)
58 RefPtrWillBeRawPtr<HTMLVideoElement> video = adoptRefWillBeNoop(new HTMLVideoElement(document));
64 void HTMLVideoElement::trace(Visitor* visitor)
70 bool HTMLVideoElement::rendererIsNeeded(const RenderStyle& style)
75 RenderObject* HTMLVideoElement
[all...]

Completed in 61 milliseconds