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

  /external/chromium_org/third_party/WebKit/Source/core/html/
StepRange.cpp 49 , m_stepDescription(stepRange.m_stepDescription)
59 , m_stepDescription(stepDescription)
72 return m_stepDescription.stepValueShouldBe == StepValueShouldBeReal ? m_step / twoPowerOfFloatMantissaBits : Decimal(0);
StepRange.h 83 int stepScaleFactor() const { return m_stepDescription.stepScaleFactor; }
115 const StepDescription m_stepDescription;

Completed in 58 milliseconds