Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLFrameSetElement

25 #include "core/html/HTMLFrameSetElement.h"
43 inline HTMLFrameSetElement::HTMLFrameSetElement(Document& document)
56 DEFINE_NODE_FACTORY(HTMLFrameSetElement)
58 bool HTMLFrameSetElement::isPresentationAttribute(const QualifiedName& name) const
65 void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
73 void HTMLFrameSetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
151 bool HTMLFrameSetElement::rendererIsNeeded(const RenderStyle& style)
158 RenderObject* HTMLFrameSetElement::createRenderer(RenderStyle *style)
166 void HTMLFrameSetElement::attach(const AttachContext& context)
170 if (HTMLFrameSetElement* frameset = Traversal<HTMLFrameSetElement>::firstAncestor(*this)) {
186 void HTMLFrameSetElement::defaultEventHandler(Event* evt)
197 Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNode* insertionPoint)
206 void HTMLFrameSetElement::willRecalcStyle(StyleRecalcChange)
214 LocalDOMWindow* HTMLFrameSetElement::anonymousNamedGetter(const AtomicString& name)