dateTimeFormatWithoutSeconds  149 Source/core/html/forms/DateTimeLocalInputType.cpp         layoutParameters.dateTimeFormat = layoutParameters.locale.dateTimeFormatWithoutSeconds();
dateTimeFormatWithoutSeconds  291 Source/platform/text/LocaleICU.cpp     UDateFormat* dateTimeFormatWithoutSeconds = openDateFormat(UDAT_SHORT, UDAT_SHORT);
dateTimeFormatWithoutSeconds  292 Source/platform/text/LocaleICU.cpp     m_dateTimeFormatWithoutSeconds = getDateFormatPattern(dateTimeFormatWithoutSeconds);
dateTimeFormatWithoutSeconds  293 Source/platform/text/LocaleICU.cpp     udat_close(dateTimeFormatWithoutSeconds);
dateTimeFormatWithoutSeconds   61 Source/platform/text/LocaleICU.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
dateTimeFormatWithoutSeconds   64 Source/platform/text/LocaleMac.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
dateTimeFormatWithoutSeconds   58 Source/platform/text/LocaleWin.h     virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
dateTimeFormatWithoutSeconds  411 Source/platform/text/PlatformLocale.cpp         builder.build(formatType == FormatTypeShort ? dateTimeFormatWithoutSeconds() : dateTimeFormatWithSeconds());
dateTimeFormatWithoutSeconds   93 Source/platform/text/PlatformLocale.h     virtual String dateTimeFormatWithoutSeconds() = 0;