Searched refs:getAllowedValueStep (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseDateAndTimeInputType.cpp134 if (!element().getAllowedValueStep(&step))
H A DInputType.h123 virtual bool getAllowedValueStep(Decimal*) const;
H A DInputType.cpp785 bool InputType::getAllowedValueStep(Decimal* step) const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h77 bool getAllowedValueStep(Decimal*) const;
H A DHTMLInputElement.cpp283 bool HTMLInputElement::getAllowedValueStep(Decimal* step) const function in class:blink::HTMLInputElement
285 return m_inputType->getAllowedValueStep(step);

Completed in 140 milliseconds