spinButton       2171 Source/core/accessibility/AXRenderObject.cpp     Element* spinButtonElement = input.userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton());
spinButton        118 Source/core/accessibility/AXSpinButton.cpp     AXSpinButton* spinButton = toAXSpinButton(parentObject());
spinButton        120 Source/core/accessibility/AXSpinButton.cpp         spinButton->step(1);
spinButton        122 Source/core/accessibility/AXSpinButton.cpp         spinButton->step(-1);
spinButton         40 Source/core/accessibility/AXSpinButton.h     void setSpinButtonElement(SpinButtonElement* spinButton) { m_spinButtonElement = spinButton; }
spinButton        136 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     return toSpinButtonElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton()));
spinButton        118 Source/core/html/forms/TextFieldInputType.cpp     if (SpinButtonElement* spinButton = spinButtonElement())
spinButton        119 Source/core/html/forms/TextFieldInputType.cpp         spinButton->removeSpinButtonOwner();
spinButton        124 Source/core/html/forms/TextFieldInputType.cpp     return toSpinButtonElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton()));
spinButton        220 Source/core/html/forms/TextFieldInputType.cpp     if (SpinButtonElement* spinButton = spinButtonElement()) {
spinButton        221 Source/core/html/forms/TextFieldInputType.cpp         spinButton->forwardEvent(event);
spinButton        332 Source/core/html/forms/TextFieldInputType.cpp     if (SpinButtonElement* spinButton = spinButtonElement())
spinButton        333 Source/core/html/forms/TextFieldInputType.cpp         spinButton->removeSpinButtonOwner();
spinButton        376 Source/core/html/forms/TextFieldInputType.cpp     if (SpinButtonElement* spinButton = spinButtonElement())
spinButton        377 Source/core/html/forms/TextFieldInputType.cpp         spinButton->releaseCapture();
spinButton        382 Source/core/html/forms/TextFieldInputType.cpp     if (SpinButtonElement* spinButton = spinButtonElement())
spinButton        383 Source/core/html/forms/TextFieldInputType.cpp         spinButton->releaseCapture();
spinButton         43 Source/core/html/shadow/ShadowElementNames.h const AtomicString& spinButton();
spinButton         59 Source/core/html/shadow/SpinButtonElement.cpp     element->setAttribute(idAttr, ShadowElementNames::spinButton());
spinButton         68 Source/core/rendering/RenderTextControlSingleLine.cpp     return toHTMLElement(inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton()));
spinButton        335 Source/core/rendering/RenderTextControlSingleLine.cpp         HTMLElement* spinButton = innerSpinButtonElement();
spinButton        336 Source/core/rendering/RenderTextControlSingleLine.cpp         if (RenderBox* spinRenderer = spinButton ? spinButton->renderBox() : 0) {
spinButton        340 Source/core/rendering/RenderTextControlSingleLine.cpp             result += spinButton->computedStyle()->logicalWidth().value();