HomeSort by relevance Sort by last modified time
    Searched refs:roundByStep (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 80 return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase);
89 const Decimal roundedValue = roundByStep(inRangeValue, m_stepBase);
138 Decimal StepRange::roundByStep(const Decimal& value, const Decimal& base) const
StepRange.h 108 Decimal roundByStep(const Decimal& value, const Decimal& base) const;

Completed in 2760 milliseconds