Searched defs:shouldHaveSpinButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp275 bool TextFieldInputType::shouldHaveSpinButton() const function in class:blink::TextFieldInputType
277 return RenderTheme::theme().shouldHaveSpinButton(&element());
287 bool shouldHaveSpinButton = this->shouldHaveSpinButton(); local
289 bool createsContainer = shouldHaveSpinButton || shouldHaveDataListIndicator || needsContainer();
310 if (shouldHaveSpinButton)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTheme.cpp906 bool RenderTheme::shouldHaveSpinButton(HTMLInputElement* inputElement) const function in class:blink::RenderTheme

Completed in 486 milliseconds