isTextType        239 Source/core/html/HTMLInputElement.cpp     if (!isTextType())
isTextType        851 Source/core/html/HTMLInputElement.cpp     return m_inputType->isTextType();
isTextType       1586 Source/core/html/HTMLInputElement.cpp     return m_inputType->isTextType();
isTextType        346 Source/core/html/HTMLInputElement.h     bool isTextType() const;
isTextType         45 Source/core/html/forms/BaseTextInputType.h     virtual bool isTextType() const OVERRIDE FINAL;
isTextType         97 Source/core/html/forms/InputType.h     virtual bool isTextType() const;
isTextType        435 Source/core/html/forms/TextFieldInputType.cpp     unsigned maxLength = static_cast<unsigned>(isTextType() ? element().maxLength() : HTMLInputElement::maximumLength); // maxLength can never be negative.