Searched refs:shouldHaveSpinButton (Results 1 – 4 of 4) sorted by relevance
287 bool TextFieldInputType::shouldHaveSpinButton() const in shouldHaveSpinButton() function in WebCore::TextFieldInputType289 return RenderTheme::theme().shouldHaveSpinButton(&element()); in shouldHaveSpinButton()299 bool shouldHaveSpinButton = this->shouldHaveSpinButton(); in createShadowSubtree() local301 bool createsContainer = shouldHaveSpinButton || shouldHaveDataListIndicator || needsContainer(); in createShadowSubtree()327 if (shouldHaveSpinButton) in createShadowSubtree()
53 virtual bool shouldHaveSpinButton() const;
193 virtual bool shouldHaveSpinButton(HTMLInputElement*) const;
994 bool RenderTheme::shouldHaveSpinButton(HTMLInputElement* inputElement) const in shouldHaveSpinButton() function in WebCore::RenderTheme