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

/external/webkit/Source/WebCore/html/
H A DHTMLEmbedElement.h30 class HTMLEmbedElement : public HTMLPlugInImageElement { class in namespace:WebCore
32 static PassRefPtr<HTMLEmbedElement> create(const QualifiedName&, Document*, bool createdByParser);
35 HTMLEmbedElement(const QualifiedName&, Document*, bool createdByParser);
H A DHTMLEmbedElement.cpp25 #include "HTMLEmbedElement.h"
48 inline HTMLEmbedElement::HTMLEmbedElement(const QualifiedName& tagName, Document* document, bool createdByParser) function in class:WebCore::HTMLEmbedElement
54 PassRefPtr<HTMLEmbedElement> HTMLEmbedElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
56 return adoptRef(new HTMLEmbedElement(tagName, document, createdByParser));
72 RenderWidget* HTMLEmbedElement::renderWidgetForJSBindings() const
78 bool HTMLEmbedElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
88 void HTMLEmbedElement::parseMappedAttribute(Attribute* attr)
126 void HTMLEmbedElement
[all...]

Completed in 74 milliseconds