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

/external/webkit/Source/WebCore/html/
H A DHTMLFrameElement.h31 class HTMLFrameElement : public HTMLFrameElementBase { class in namespace:WebCore
33 static PassRefPtr<HTMLFrameElement> create(const QualifiedName&, Document*);
40 HTMLFrameElement(const QualifiedName&, Document*);
H A DHTMLFrameElement.cpp25 #include "HTMLFrameElement.h"
37 inline HTMLFrameElement::HTMLFrameElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLFrameElement
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
[all...]

Completed in 160 milliseconds