Home
last modified time | relevance | path

Searched refs:alignValueForStep (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DStepRange.h75 Decimal alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const;
DStepRange.cpp76 Decimal StepRange::alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const in alignValueForStep() function in WebCore::StepRange
DInputType.cpp840 newValue = stepRange.alignValueForStep(current, newValue); in applyStep()