formatValue        68 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         Direction dir = direction(formatValue(this->maximum())[0]);
formatValue        79 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     maximumWidth = std::max(maximumWidth, font.width(formatValue(maximum())));
formatValue       127 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     unsigned maximumLength = DateTimeNumericFieldElement::formatValue(m_range.maximum).length();
formatValue       202 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     return m_hasValue ? formatValue(m_value) : emptyString();
formatValue       220 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         return formatValue(typeAheadValue());
formatValue        92 Source/core/html/shadow/DateTimeNumericFieldElement.h     String formatValue(int) const;