Home | History | Annotate | Download | only in platform

Lines Matching refs:stepDown

92     protected: Decimal stepDown(const String& minimum, const String& maximum, const String& step, const String& valueString, int numberOfStepTimes)
870 // LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer
873 EXPECT_DECIMAL_STREQ("10", stepDown("0", "100", "10", "19", 1));
895 EXPECT_DECIMAL_STREQ("1e+38", stepDown("0", "1E38", "1", "1E38", 9));