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

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

Completed in 23 milliseconds