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

  /external/webkit/Source/WebCore/html/
HTMLAppletElement.h 30 class HTMLAppletElement : public HTMLPlugInElement {
32 static PassRefPtr<HTMLAppletElement> create(const QualifiedName&, Document*);
35 HTMLAppletElement(const QualifiedName&, Document*);
HTMLAppletElement.cpp 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
    [all...]

Completed in 130 milliseconds