Home
last modified time | relevance | path

Searched refs:shouldHaveSpinButton (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextFieldInputType.cpp287 bool TextFieldInputType::shouldHaveSpinButton() const in shouldHaveSpinButton() function in WebCore::TextFieldInputType
289 return RenderTheme::theme().shouldHaveSpinButton(&element()); in shouldHaveSpinButton()
299 bool shouldHaveSpinButton = this->shouldHaveSpinButton(); in createShadowSubtree() local
301 bool createsContainer = shouldHaveSpinButton || shouldHaveDataListIndicator || needsContainer(); in createShadowSubtree()
327 if (shouldHaveSpinButton) in createShadowSubtree()
DTextFieldInputType.h53 virtual bool shouldHaveSpinButton() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h193 virtual bool shouldHaveSpinButton(HTMLInputElement*) const;
DRenderTheme.cpp994 bool RenderTheme::shouldHaveSpinButton(HTMLInputElement* inputElement) const in shouldHaveSpinButton() function in WebCore::RenderTheme