Home | History | Annotate | Download | only in html

Lines Matching defs:unhandled

284         HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
285 if (unhandled->isFocusable() && unhandled->inDocument()) {
286 unhandled->scrollIntoViewIfNeeded(false);
287 unhandled->focus();
288 if (unhandled->isFormControlElement())
289 toHTMLFormControlElement(unhandled)->updateVisibleValidationMessage();
297 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
298 if (unhandled->isFocusable() && unhandled->inDocument())