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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 38 , m_stepBase(0)
47 , m_stepBase(stepRange.m_stepBase)
57 , m_stepBase(stepBase.isFinite() ? stepBase : 1)
64 ASSERT(m_stepBase.isFinite());
80 return stepMismatch(currentValue) ? newValue : roundByStep(newValue, m_stepBase);
89 const Decimal roundedValue = roundByStep(inRangeValue, m_stepBase);
149 const Decimal value = (valueForCheck - m_stepBase).abs();
StepRange.h 81 Decimal stepBase() const { return m_stepBase; }
113 const Decimal m_stepBase;

Completed in 861 milliseconds