HomeSort by relevance Sort by last modified time
    Searched defs:shouldHaveSpinButton (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 275 bool TextFieldInputType::shouldHaveSpinButton() const
277 return RenderTheme::theme().shouldHaveSpinButton(&element());
287 bool shouldHaveSpinButton = this->shouldHaveSpinButton();
289 bool createsContainer = shouldHaveSpinButton || shouldHaveDataListIndicator || needsContainer();
310 if (shouldHaveSpinButton)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 919 bool RenderTheme::shouldHaveSpinButton(HTMLInputElement* inputElement) const
    [all...]

Completed in 670 milliseconds