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

  /external/webkit/Source/WebCore/html/
HTMLPlugInElement.cpp 24 #include "HTMLPlugInElement.h"
50 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document* doc)
60 HTMLPlugInElement::~HTMLPlugInElement()
72 void HTMLPlugInElement::detach()
85 PassScriptInstance HTMLPlugInElement::getInstance() const
102 Widget* HTMLPlugInElement::pluginWidget() const
117 bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
135 void HTMLPlugInElement::parseMappedAttribute(Attribute* attr
    [all...]
HTMLPlugInElement.h 39 class HTMLPlugInElement : public HTMLFrameOwnerElement {
41 virtual ~HTMLPlugInElement();
55 HTMLPlugInElement(const QualifiedName& tagName, Document*);

Completed in 29 milliseconds