roundUp           193 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     int newValue = roundUp(m_hasValue ? m_value + 1 : defaultValueForStepUp());
roundUp           195 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         newValue = roundUp(m_range.minimum);
roundUp            93 Source/core/html/shadow/DateTimeNumericFieldElement.h     int roundUp(int) const;
roundUp           127 Source/platform/PODArena.h         size_t roundedSize = roundUp(sizeof(T), minAlignment<T>());
roundUp           142 Source/platform/PODArena.h     size_t roundUp(size_t size, size_t alignment)