Searched refs:alignValueForStep (Results 1 – 3 of 3) sorted by relevance
75 Decimal alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const;
76 Decimal StepRange::alignValueForStep(const Decimal& currentValue, const Decimal& newValue) const in alignValueForStep() function in WebCore::StepRange
840 newValue = stepRange.alignValueForStep(current, newValue); in applyStep()