Home | History | Annotate | Download | only in html

Lines Matching defs:rangeOverflow

211         && !m_inputType->rangeOverflow(value)
252 bool HTMLInputElement::rangeOverflow() const
254 return willValidate() && m_inputType->rangeOverflow(value());