Home | History | Annotate | Download | only in html

Lines Matching refs:disabled

190     if (!isRequiredFormControl() || readOnly() || disabled())
739 return !disabled() && m_inputType->canBeSuccessfulSubmitButton();
1345 if (!option->disabled() && value == option->value())