roundByStep 82 Source/core/html/forms/StepRange.cpp return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase); roundByStep 91 Source/core/html/forms/StepRange.cpp const Decimal roundedValue = roundByStep(inRangeValue, m_stepBase); roundByStep 108 Source/core/html/forms/StepRange.h Decimal roundByStep(const Decimal& value, const Decimal& base) const;