Home
last modified time | relevance | path

Searched refs:roundDown (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeNumericFieldElement.cpp175 int newValue = roundDown(m_hasValue ? m_value - 1 : defaultValueForStepDown()); in stepDown()
177 newValue = roundDown(m_range.maximum); in stepDown()
215 int DateTimeNumericFieldElement::roundDown(int n) const in roundDown() function in WebCore::DateTimeNumericFieldElement
DDateTimeNumericFieldElement.h92 int roundDown(int) const;