Searched refs:roundByStep (Results 1 – 2 of 2) sorted by relevance
82 return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase); in alignValueForStep()91 const Decimal roundedValue = roundByStep(inRangeValue, m_minimum); in clampValue()140 Decimal StepRange::roundByStep(const Decimal& value, const Decimal& base) const in roundByStep() function in WebCore::StepRange
109 Decimal roundByStep(const Decimal& value, const Decimal& base) const;