findStepBase      971 Source/core/html/forms/InputType.cpp     const Decimal stepBase = findStepBase(stepBaseDefault);
findStepBase      233 Source/core/html/forms/InputType.h     Decimal findStepBase(const Decimal&) const;
findStepBase      127 Source/core/html/forms/RangeInputType.cpp     const Decimal stepBase = findStepBase(rangeDefaultStepBase);