Home | History | Annotate | Download | only in rendering

Lines Matching refs:inputElement

36 #include "InputElement.h"
191 InputElement* input = inputElement();
193 // InputElement::handleBeforeTextInsertedEvent() has already called
476 shouldDrawCapsLockIndicator = inputElement()->isPasswordField()
558 int factor = inputElement()->size();
632 if (inputElement()->isSearchField()) {
640 if (inputElement()->isSpeechEnabled() && !m_speechButton) {
665 if (inputElement()->isSpeechEnabled() && !m_speechButton) {
672 bool hasSpinButton = inputElement()->hasSpinButton();
693 if (!inputElement()->suggestedValue().isNull())
694 setInnerTextValue(inputElement()->suggestedValue());
701 setInnerTextValue(inputElement()->visibleValue());
711 inputElement()->cacheSelection(start, end);
729 WebCore::EDisplay display = (m_innerBlock || inputElement()->hasSpinButton() ? INLINE_BLOCK : BLOCK);
731 if (inputElement()->isSpeechEnabled())
1108 InputElement* RenderTextControlSingleLine::inputElement() const