Home | History | Annotate | Download | only in html

Lines Matching refs:patternMismatch

210         && !m_inputType->patternMismatch(value)
234 bool HTMLInputElement::patternMismatch() const
236 return willValidate() && m_inputType->patternMismatch(value());