Home | History | Annotate | Download | only in html

Lines Matching refs:element

76 Element *HTMLLegendElement::formElement()
85 // Find first form element inside the fieldset.
90 HTMLElement *element = static_cast<HTMLElement *>(node);
91 if (!element->hasLocalName(legendTag) && element->isFormControlElement())
92 return element;
102 Element::focus();
105 if (Element *element = formElement())
106 element->focus(false);
111 if (Element *element = formElement())
112 element->accessKeyAction(sendToAnyElement);