Searched defs:HTMLPlugInElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLPlugInElement.h37 class HTMLPlugInElement : public HTMLFrameOwnerElement { class in namespace:WebCore
39 virtual ~HTMLPlugInElement();
54 HTMLPlugInElement(const QualifiedName& tagName, Document*);
H A DHTMLPlugInElement.cpp24 #include "HTMLPlugInElement.h"
47 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::HTMLPlugInElement
55 HTMLPlugInElement::~HTMLPlugInElement()
67 void HTMLPlugInElement::detach()
73 PassScriptInstance HTMLPlugInElement::getInstance() const
91 String HTMLPlugInElement::height() const
96 void HTMLPlugInElement::setHeight(const String& value)
101 String HTMLPlugInElement
[all...]

Completed in 46 milliseconds