Searched refs:hasSpinButton (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DBaseDateAndTimeInputType.h64 virtual bool hasSpinButton();
H A DNumberInputType.h73 virtual bool hasSpinButton();
H A DBaseDateAndTimeInputType.cpp177 bool BaseDateAndTimeInputType::hasSpinButton() function in class:WebCore::BaseDateAndTimeInputType
H A DNumberInputType.cpp267 bool NumberInputType::hasSpinButton() function in class:WebCore::NumberInputType
H A DHTMLInputElement.h234 virtual bool hasSpinButton() const;
H A DInputType.h218 virtual bool hasSpinButton();
H A DHTMLInputElement.cpp1390 ASSERT(hasSpinButton() || m_inputType->isRangeControl());
1391 if (!hasSpinButton() && !m_inputType->isRangeControl())
1565 bool HTMLInputElement::hasSpinButton() const function in class:WebCore::HTMLInputElement
1567 return m_inputType->hasSpinButton();
H A DInputType.cpp640 bool InputType::hasSpinButton() function in class:WebCore::InputType
/external/webkit/Source/WebCore/dom/
H A DInputElement.h50 virtual bool hasSpinButton() const { return false; } function in class:WebCore::InputElement
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlSingleLine.cpp672 bool hasSpinButton = inputElement()->hasSpinButton(); local
674 if (hasSpinButton && !m_innerSpinButton) {
678 if (hasSpinButton && !m_outerSpinButton) {
729 WebCore::EDisplay display = (m_innerBlock || inputElement()->hasSpinButton() ? INLINE_BLOCK : BLOCK);

Completed in 408 milliseconds