Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DStepRange.cpp82 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
DStepRange.h109 Decimal roundByStep(const Decimal& value, const Decimal& base) const;