shouldHaveSpinButton  280 Source/core/html/forms/TextFieldInputType.cpp     return RenderTheme::theme().shouldHaveSpinButton(&element());
shouldHaveSpinButton  290 Source/core/html/forms/TextFieldInputType.cpp     bool shouldHaveSpinButton = this->shouldHaveSpinButton();
shouldHaveSpinButton  292 Source/core/html/forms/TextFieldInputType.cpp     bool createsContainer = shouldHaveSpinButton || shouldHaveDataListIndicator || needsContainer();
shouldHaveSpinButton  318 Source/core/html/forms/TextFieldInputType.cpp     if (shouldHaveSpinButton)
shouldHaveSpinButton   53 Source/core/html/forms/TextFieldInputType.h     bool shouldHaveSpinButton() const;
shouldHaveSpinButton  187 Source/core/rendering/RenderTheme.h     virtual bool shouldHaveSpinButton(HTMLInputElement*) const;