Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLOptGroupElement

26 #include "HTMLOptGroupElement.h"
40 inline HTMLOptGroupElement::HTMLOptGroupElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
46 PassRefPtr<HTMLOptGroupElement> HTMLOptGroupElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
48 return adoptRef(new HTMLOptGroupElement(tagName, document, form));
51 bool HTMLOptGroupElement::supportsFocus() const
56 bool HTMLOptGroupElement::isFocusable() const
62 const AtomicString& HTMLOptGroupElement::formControlType() const
68 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
74 void HTMLOptGroupElement::parseMappedAttribute(Attribute* attr)
80 void HTMLOptGroupElement::recalcSelectOptions()
89 void HTMLOptGroupElement::attach()
96 void HTMLOptGroupElement::detach()
102 void HTMLOptGroupElement::setRenderStyle(PassRefPtr<RenderStyle> newStyle)
107 RenderStyle* HTMLOptGroupElement::nonRendererRenderStyle() const
112 String HTMLOptGroupElement::groupLabelText() const
124 HTMLSelectElement* HTMLOptGroupElement::ownerSelectElement() const
136 void HTMLOptGroupElement::accessKeyAction(bool)