Searched refs:shouldHaveSpinButton (Results 1 - 4 of 4) 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)
H A DTextFieldInputType.h56 bool shouldHaveSpinButton() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTheme.h179 virtual bool shouldHaveSpinButton(HTMLInputElement*) const;
H A DRenderTheme.cpp906 bool RenderTheme::shouldHaveSpinButton(HTMLInputElement* inputElement) const function in class:blink::RenderTheme

Completed in 530 milliseconds