HomeSort by relevance Sort by last modified time
    Searched defs:HTMLAppletElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLAppletElement.h 30 class HTMLAppletElement : public HTMLPlugInElement {
32 static PassRefPtr<HTMLAppletElement> create(const QualifiedName&, Document*);
41 HTMLAppletElement(const QualifiedName&, Document*);
HTMLAppletElement.cpp 25 #include "HTMLAppletElement.h"
38 inline HTMLAppletElement::HTMLAppletElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<HTMLAppletElement> HTMLAppletElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new HTMLAppletElement(tagName, document));
49 void HTMLAppletElement::parseMappedAttribute(MappedAttribute* attr)
80 void HTMLAppletElement::insertedIntoDocument()
91 void HTMLAppletElement::removedFromDocument()
102 bool HTMLAppletElement::rendererIsNeeded(RenderStyle* style
    [all...]

Completed in 18 milliseconds