Lines Matching refs:HTMLElement
39 : HTMLElement(tagName, doc) in HTMLLabelElement()
53 HTMLElement* HTMLLabelElement::correspondingControl() in correspondingControl()
61 HTMLElement* element = static_cast<HTMLElement*>(node); in correspondingControl()
72 return static_cast<HTMLElement*>(elt); in correspondingControl()
82 HTMLElement::setActive(down, pause); in setActive()
85 if (HTMLElement* element = correspondingControl()) in setActive()
95 HTMLElement::setHovered(over); in setHovered()
98 if (HTMLElement* element = correspondingControl()) in setHovered()
107 RefPtr<HTMLElement> control = correspondingControl(); in defaultEventHandler()
128 HTMLElement::defaultEventHandler(evt); in defaultEventHandler()
134 if (HTMLElement* element = correspondingControl()) in focus()
140 if (HTMLElement* element = correspondingControl()) in accessKeyAction()