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

/external/webkit/Source/WebCore/html/
H A DHTMLFrameSetElement.cpp25 #include "HTMLFrameSetElement.h"
45 HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLFrameSetElement
59 PassRefPtr<HTMLFrameSetElement> HTMLFrameSetElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new HTMLFrameSetElement(tagName, document));
64 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
74 void HTMLFrameSetElement::parseMappedAttribute(Attribute* attr)
150 bool HTMLFrameSetElement::rendererIsNeeded(RenderStyle *style)
157 RenderObject *HTMLFrameSetElement
[all...]
H A DHTMLFrameSetElement.h32 class HTMLFrameSetElement : public HTMLElement { class in namespace:WebCore
34 static PassRefPtr<HTMLFrameSetElement> create(const QualifiedName&, Document*);
68 HTMLFrameSetElement(const QualifiedName&, Document*);

Completed in 2774 milliseconds