HomeSort by relevance Sort by last modified time
    Searched refs:shouldHaveSpinButton (Results 1 - 4 of 4) 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)
TextFieldInputType.h 56 bool shouldHaveSpinButton() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 179 virtual bool shouldHaveSpinButton(HTMLInputElement*) const;
RenderTheme.cpp 906 bool RenderTheme::shouldHaveSpinButton(HTMLInputElement* inputElement) const
    [all...]

Completed in 79 milliseconds