Home | History | Annotate | Download | only in html

Lines Matching defs:rangeUnderflow

210         && !m_inputType->rangeUnderflow(value)
247 bool HTMLInputElement::rangeUnderflow() const
249 return willValidate() && m_inputType->rangeUnderflow(value());