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.cpp184 int newValue = roundDown(m_hasValue ? m_value - 1 : defaultValueForStepDown()); in stepDown()
186 newValue = roundDown(m_range.maximum); in stepDown()
224 int DateTimeNumericFieldElement::roundDown(int n) const in roundDown() function in blink::DateTimeNumericFieldElement
DDateTimeNumericFieldElement.h94 int roundDown(int) const;