Lines Matching refs:HTMLLabelElement
38 HTMLLabelElement::HTMLLabelElement(const QualifiedName& tagName, Document *doc) in HTMLLabelElement() function in WebCore::HTMLLabelElement
44 HTMLLabelElement::~HTMLLabelElement() in ~HTMLLabelElement()
48 bool HTMLLabelElement::isFocusable() const in isFocusable()
53 HTMLElement* HTMLLabelElement::correspondingControl() in correspondingControl()
76 void HTMLLabelElement::setActive(bool down, bool pause) in setActive()
89 void HTMLLabelElement::setHovered(bool over) in setHovered()
102 void HTMLLabelElement::defaultEventHandler(Event* evt) in defaultEventHandler()
131 void HTMLLabelElement::focus(bool) in focus()
138 void HTMLLabelElement::accessKeyAction(bool sendToAnyElement) in accessKeyAction()
144 String HTMLLabelElement::accessKey() const in accessKey()
149 void HTMLLabelElement::setAccessKey(const String &value) in setAccessKey()
154 String HTMLLabelElement::htmlFor() const in htmlFor()
159 void HTMLLabelElement::setHtmlFor(const String &value) in setHtmlFor()