Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLFrameElement

25 #include "HTMLFrameElement.h"
37 inline HTMLFrameElement::HTMLFrameElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<HTMLFrameElement> HTMLFrameElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new HTMLFrameElement(tagName, document));
51 bool HTMLFrameElement::rendererIsNeeded(RenderStyle*)
57 RenderObject* HTMLFrameElement::createRenderer(RenderArena* arena, RenderStyle*)
71 void HTMLFrameElement::attach()
83 void HTMLFrameElement::parseMappedAttribute(Attribute* attr)