Searched defs:stepDescription (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DStepRange.cpp53 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription& stepDescription) argument
58 , m_stepDescription(stepDescription)
96 Decimal StepRange::parseStep(AnyStepHandling anyStepHandling, const StepDescription& stepDescription, const String& stepString) argument
99 return stepDescription.defaultValue();
106 return stepDescription.defaultValue();
114 return stepDescription.defaultValue();
116 switch (stepDescription.stepValueShouldBe) {
118 step *= stepDescription.stepScaleFactor;
123 step *= stepDescription.stepScaleFactor;
127 step *= stepDescription
[all...]

Completed in 190 milliseconds