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

  /external/chromium_org/third_party/WebKit/Source/core/html/
StepRange.cpp 22 #include "core/html/StepRange.h"
35 StepRange::StepRange()
44 StepRange::StepRange(const StepRange& stepRange)
45 : m_maximum(stepRange.m_maximum)
46 , m_minimum(stepRange.m_minimum)
47 , m_step(stepRange.m_step
    [all...]
StepRange.h 33 class StepRange {
71 StepRange();
72 StepRange(const StepRange&);
73 StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription&);
108 StepRange& operator =(const StepRange&);

Completed in 304 milliseconds