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

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.cpp 25 #include "HTMLFrameSetElement.h"
45 HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document* document)
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::createRenderer(RenderArena *arena, RenderStyle *style
    [all...]
HTMLFrameSetElement.h 32 class HTMLFrameSetElement : public HTMLElement {
34 static PassRefPtr<HTMLFrameSetElement> create(const QualifiedName&, Document*);
68 HTMLFrameSetElement(const QualifiedName&, Document*);

Completed in 22 milliseconds