Home
last modified time | relevance | path

Searched refs:hasSpinButton (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/html/
DBaseDateAndTimeInputType.h64 virtual bool hasSpinButton();
DNumberInputType.h73 virtual bool hasSpinButton();
DBaseDateAndTimeInputType.cpp177 bool BaseDateAndTimeInputType::hasSpinButton() in hasSpinButton() function in WebCore::BaseDateAndTimeInputType
DNumberInputType.cpp267 bool NumberInputType::hasSpinButton() in hasSpinButton() function in WebCore::NumberInputType
DHTMLInputElement.cpp1394 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::HTMLInputElement
1571 return m_inputType->hasSpinButton(); in hasSpinButton()
DInputType.h218 virtual bool hasSpinButton();
DHTMLInputElement.h234 virtual bool hasSpinButton() const;
DInputType.cpp640 bool InputType::hasSpinButton() in hasSpinButton() function in WebCore::InputType
/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp672 bool hasSpinButton = inputElement()->hasSpinButton(); in createSubtreeIfNeeded() local
674 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()
/external/webkit/Source/WebCore/dom/
DInputElement.h50 virtual bool hasSpinButton() const { return false; } in hasSpinButton() function
/external/webkit/Source/WebCore/
DChangeLog12804 WebCore's default hasSpinButton values and defer
12827 * 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
DChangeLog-2011-02-1633770 (WebCore::BaseDateAndTimeInputType::hasSpinButton): Added.
33934 (WebCore::HTMLInputElement::hasSpinButton): No longer inline.
34034 (WebCore::InputType::hasSpinButton): Added.
34054 (WebCore::NumberInputType::hasSpinButton): Added.
DChangeLog-2010-05-2414165 (WebCore::HTMLInputElement::hasSpinButton):
14218 (WebCore::InputElement::hasSpinButton):
14220 (WebCore::HTMLInputElement::hasSpinButton): Return true for NUMBER type.