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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DStepRange.cpp22 #include "core/html/forms/StepRange.h"
36 StepRange::StepRange() function in class:WebCore::StepRange
45 StepRange::StepRange(const StepRange& stepRange) function in class:WebCore::StepRange
55 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription& stepDescription) function in class:WebCore::StepRange
69 Decimal StepRange::acceptableError() const
76 Decimal StepRange
[all...]
H A DStepRange.h33 class StepRange { class in namespace:WebCore
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 54 milliseconds