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

/external/webkit/Source/WebCore/html/
H A DHTMLIFrameElement.h31 class HTMLIFrameElement : public HTMLFrameElementBase { class in namespace:WebCore
33 static PassRefPtr<HTMLIFrameElement> create(const QualifiedName&, Document*);
36 HTMLIFrameElement(const QualifiedName&, Document*);
H A DHTMLIFrameElement.cpp26 #include "HTMLIFrameElement.h"
39 inline HTMLIFrameElement::HTMLIFrameElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLIFrameElement
45 PassRefPtr<HTMLIFrameElement> HTMLIFrameElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLIFrameElement(tagName, document));
50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
106 void HTMLIFrameElement::parseMappedAttribute(Attribute* attr)
134 bool HTMLIFrameElement::rendererIsNeeded(RenderStyle* style)
139 RenderObject* HTMLIFrameElement
[all...]

Completed in 72 milliseconds