Home | History | Annotate | Download | only in src

Lines Matching refs:Element

534         Element* element = static_cast<Element*>(node);
535 if (!element->hasLocalName(HTMLNames::inputTag)) {
541 HTMLInputElement* inputElement = static_cast<HTMLInputElement*>(element);
659 // the selected element. Ideally we'd have the position of a context menu
965 // focused, then the focus element shows with a focus ring but
967 Element* element = static_cast<Element*>(focusedNode);
968 if (element->isTextFormControl())
969 element->updateFocusAppearance(true);