Searched defs:StepDescription (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DStepRange.h41 struct StepDescription { struct in class:blink::StepRange
49 StepDescription(int defaultStep, int defaultStepBase, int stepScaleFactor, StepValueShouldBe stepValueShouldBe = StepValueShouldBeReal) function in struct:blink::StepRange::StepDescription
57 StepDescription() function in struct:blink::StepRange::StepDescription
73 StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription&);
79 static Decimal parseStep(AnyStepHandling, const StepDescription&, const String&);
114 const StepDescription m_stepDescription;

Completed in 128 milliseconds