Home | History | Annotate | Download | only in html

Lines Matching defs:isTextType

202     // We use isTextType() instead of supportsMaxLength() because of the
204 if (!isTextType())
772 bool HTMLInputElement::isTextType() const
774 return m_inputType->isTextType();
1517 return m_inputType->isTextType();
1573 return isTextType() || isNumberField();
1575 return isTextType();