Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLAppletElement

25 #include "HTMLAppletElement.h"
39 inline HTMLAppletElement::HTMLAppletElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<HTMLAppletElement> HTMLAppletElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLAppletElement(tagName, document));
50 void HTMLAppletElement::parseMappedAttribute(Attribute* attr)
81 void HTMLAppletElement::insertedIntoDocument()
92 void HTMLAppletElement::removedFromDocument()
103 bool HTMLAppletElement::rendererIsNeeded(RenderStyle* style)
111 RenderObject* HTMLAppletElement::createRenderer(RenderArena*, RenderStyle* style)
143 void HTMLAppletElement::defaultEventHandler(Event* event)
154 RenderWidget* HTMLAppletElement::renderWidgetForJSBindings() const
166 bool HTMLAppletElement::canEmbedJava() const
175 void HTMLAppletElement::finishParsingChildren()