Home | History | Annotate | Download | only in html

Lines Matching refs:valueMissing

211         && !m_inputType->valueMissing(value);
224 bool HTMLInputElement::valueMissing() const
226 return willValidate() && m_inputType->valueMissing(value());