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

  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 25 #include "HTMLFrameSetElement.h"
43 HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document *doc)
59 HTMLFrameSetElement::~HTMLFrameSetElement()
67 bool HTMLFrameSetElement::checkDTD(const Node* newChild)
76 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
86 void HTMLFrameSetElement::parseMappedAttribute(MappedAttribute *attr)
160 bool HTMLFrameSetElement::rendererIsNeeded(RenderStyle *style)
167 RenderObject *HTMLFrameSetElement::createRenderer(RenderArena *arena, RenderStyle *style
    [all...]
HTMLFrameSetElement.h 33 class HTMLFrameSetElement : public HTMLElement {
35 HTMLFrameSetElement(const QualifiedName&, Document*);
36 ~HTMLFrameSetElement();

Completed in 46 milliseconds