Searched refs:roundByStep (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DStepRange.cpp78 return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase);
87 const Decimal roundedValue = roundByStep(inRangeValue, m_minimum);
136 Decimal StepRange::roundByStep(const Decimal& value, const Decimal& base) const function in class:WebCore::StepRange
H A DStepRange.h110 Decimal roundByStep(const Decimal& value, const Decimal& base) const;

Completed in 107 milliseconds