formatDateTimeFieldsState   62 Source/core/html/forms/DateInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
formatDateTimeFieldsState   64 Source/core/html/forms/DateTimeLocalInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE FINAL;
formatDateTimeFieldsState   65 Source/core/html/forms/MonthInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
formatDateTimeFieldsState   62 Source/core/html/forms/TimeInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
formatDateTimeFieldsState   60 Source/core/html/forms/WeekInputType.h     virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const OVERRIDE;
formatDateTimeFieldsState  786 Source/core/html/shadow/DateTimeEditElement.cpp     return m_editControlOwner->formatDateTimeFieldsState(valueAsDateTimeFieldsState());
formatDateTimeFieldsState   58 Source/core/html/shadow/DateTimeEditElement.h         virtual String formatDateTimeFieldsState(const DateTimeFieldsState&) const = 0;