Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLAppletElement

25 #include "core/html/HTMLAppletElement.h"
44 HTMLAppletElement::HTMLAppletElement(Document& document, bool createdByParser)
52 PassRefPtrWillBeRawPtr<HTMLAppletElement> HTMLAppletElement::create(Document& document, bool createdByParser)
54 RefPtrWillBeRawPtr<HTMLAppletElement> element = adoptRefWillBeNoop(new HTMLAppletElement(document, createdByParser));
59 void HTMLAppletElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const
80 bool HTMLAppletElement::hasLegalLinkAttribute(const QualifiedName& name) const
85 bool HTMLAppletElement::rendererIsNeeded(const RenderStyle& style)
92 RenderObject* HTMLAppletElement::createRenderer(RenderStyle* style)
100 RenderWidget* HTMLAppletElement::renderWidgetForJSBindings() const
107 RenderWidget* HTMLAppletElement::existingRenderWidget() const
112 void HTMLAppletElement::updateWidgetInternal()
196 bool HTMLAppletElement::canEmbedJava() const
211 bool HTMLAppletElement::canEmbedURL(const KURL& url) const