Home | History | Annotate | Download | only in html

Lines Matching defs:rangeOverflow

234         && !m_inputType->rangeOverflow(value)
288 bool HTMLInputElement::rangeOverflow() const
290 return willValidate() && m_inputType->rangeOverflow(value());