roundDown 184 Source/core/html/shadow/DateTimeNumericFieldElement.cpp int newValue = roundDown(m_hasValue ? m_value - 1 : defaultValueForStepDown()); roundDown 186 Source/core/html/shadow/DateTimeNumericFieldElement.cpp newValue = roundDown(m_range.maximum); roundDown 94 Source/core/html/shadow/DateTimeNumericFieldElement.h int roundDown(int) const;