Searched refs:isRangeControl (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRangeInputType.h48 virtual bool isRangeControl() const OVERRIDE;
H A DInputType.h93 virtual bool isRangeControl() const;
H A DRangeInputType.cpp93 bool RangeInputType::isRangeControl() const function in class:WebCore::RangeInputType
H A DInputType.cpp165 bool InputType::isRangeControl() const function in class:WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSlider.cpp41 ASSERT(element->isRangeControl());
H A DRenderTheme.cpp996 return inputElement->isSteppable() && !inputElement->isRangeControl();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp199 if (input->isRangeControl())
957 if (input->isRangeControl())
971 if (input->isRangeControl())
985 if (input->isRangeControl())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h96 bool isRangeControl() const;
H A DHTMLInputElement.cpp1575 bool HTMLInputElement::isRangeControl() const function in class:WebCore::HTMLInputElement
1577 return m_inputType->isRangeControl();

Completed in 527 milliseconds