Home | History | Annotate | Download | only in html

Lines Matching defs:hasBadInput

232 bool HTMLInputElement::hasBadInput() const
234 return willValidate() && m_inputType->hasBadInput();