Searched refs:hasSpinButton (Results 1 – 13 of 13) sorted by relevance
64 virtual bool hasSpinButton();
73 virtual bool hasSpinButton();
177 bool BaseDateAndTimeInputType::hasSpinButton() in hasSpinButton() function in WebCore::BaseDateAndTimeInputType
267 bool NumberInputType::hasSpinButton() in hasSpinButton() function in WebCore::NumberInputType
1394 ASSERT(hasSpinButton() || m_inputType->isRangeControl()); in stepUpFromRenderer()1395 if (!hasSpinButton() && !m_inputType->isRangeControl()) in stepUpFromRenderer()1569 bool HTMLInputElement::hasSpinButton() const in hasSpinButton() function in WebCore::HTMLInputElement1571 return m_inputType->hasSpinButton(); in hasSpinButton()
218 virtual bool hasSpinButton();
234 virtual bool hasSpinButton() const;
640 bool InputType::hasSpinButton() in hasSpinButton() function in WebCore::InputType
672 bool hasSpinButton = inputElement()->hasSpinButton(); in createSubtreeIfNeeded() local674 if (hasSpinButton && !m_innerSpinButton) { in createSubtreeIfNeeded()678 if (hasSpinButton && !m_outerSpinButton) { in createSubtreeIfNeeded()729 …WebCore::EDisplay display = (m_innerBlock || inputElement()->hasSpinButton() ? INLINE_BLOCK : BLOC… in createInnerTextStyle()
50 virtual bool hasSpinButton() const { return false; } in hasSpinButton() function
12804 WebCore's default hasSpinButton values and defer12827 * html/BaseDateAndTimeInputType.cpp: remove hasSpinButton.12828 * html/BaseDateAndTimeInputType.h: remove hasSpinButton.12829 * html/InputType.cpp: remove hasSpinButton.12830 * html/InputType.h: remove hasSpinButton.12831 * html/NumberInputType.cpp: remove hasSpinButton.12832 * html/NumberInputType.h: remove hasSpinButton.12838 Don't rely on hasSpinButton to check if an input type can be stepped
33770 (WebCore::BaseDateAndTimeInputType::hasSpinButton): Added.33934 (WebCore::HTMLInputElement::hasSpinButton): No longer inline.34034 (WebCore::InputType::hasSpinButton): Added.34054 (WebCore::NumberInputType::hasSpinButton): Added.
14165 (WebCore::HTMLInputElement::hasSpinButton):14218 (WebCore::InputElement::hasSpinButton):14220 (WebCore::HTMLInputElement::hasSpinButton): Return true for NUMBER type.