Home | History | Annotate | Download | only in html

Lines Matching defs:stepRange

288 StepRange HTMLInputElement::createStepRange(AnyStepHandling anyStepHandling) const
1738 StepRange stepRange = createStepRange(RejectAny);
1739 if (stepRange.hasStep()) {
1740 parameters.step = stepRange.step().toDouble();
1741 parameters.stepBase = stepRange.stepBase().toDouble();