HomeSort by relevance Sort by last modified time
    Searched refs:roundDown (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.h 92 int roundDown(int) const;
DateTimeNumericFieldElement.cpp 185 int newValue = roundDown(m_hasValue ? m_value - 1 : defaultValueForStepDown());
187 newValue = roundDown(m_range.maximum);
225 int DateTimeNumericFieldElement::roundDown(int n) const

Completed in 5679 milliseconds