Home | History | Annotate | Download | only in wml

Lines Matching defs:WMLOptionElement

24 #include "WMLOptionElement.h"
37 WMLOptionElement::WMLOptionElement(const QualifiedName& tagName, Document* doc)
42 PassRefPtr<WMLOptionElement> WMLOptionElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new WMLOptionElement(tagName, document));
47 WMLOptionElement::~WMLOptionElement()
51 const AtomicString& WMLOptionElement::formControlType() const
69 void WMLOptionElement::accessKeyAction(bool)
75 void WMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
83 void WMLOptionElement::parseMappedAttribute(Attribute* attr)
99 void WMLOptionElement::attach()
106 void WMLOptionElement::detach()
112 void WMLOptionElement::setRenderStyle(PassRefPtr<RenderStyle> style)
117 void WMLOptionElement::insertedIntoDocument()
126 bool WMLOptionElement::selected() const
131 void WMLOptionElement::setSelectedState(bool selected)
144 String WMLOptionElement::value() const
149 String WMLOptionElement::text() const
154 String WMLOptionElement::textIndentedToRespectGroupLabel() const
159 RenderStyle* WMLOptionElement::nonRendererRenderStyle() const
164 void WMLOptionElement::handleIntrinsicEventIfNeeded()
178 bool WMLOptionElement::disabled() const