Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLDetailsElement

22 #include "HTMLDetailsElement.h"
35 PassRefPtr<HTMLDetailsElement> HTMLDetailsElement::create(const QualifiedName& tagName, Document* document)
37 return adoptRef(new HTMLDetailsElement(tagName, document));
40 HTMLDetailsElement::HTMLDetailsElement(const QualifiedName& tagName, Document* document)
48 RenderObject* HTMLDetailsElement::createRenderer(RenderArena* arena, RenderStyle*)
53 Node* HTMLDetailsElement::findSummaryFor(ContainerNode* container)
63 Node* HTMLDetailsElement::findMainSummary()
77 void HTMLDetailsElement::refreshMainSummary(RefreshRenderer refreshRenderer)
96 void HTMLDetailsElement::createShadowSubtree()
108 void HTMLDetailsElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
119 void HTMLDetailsElement::finishParsingChildren()
125 void HTMLDetailsElement::parseMappedAttribute(Attribute* attr)
138 bool HTMLDetailsElement::childShouldCreateRenderer(Node* child) const
143 void HTMLDetailsElement::toggleOpen()