Searched refs:dateTimeFormatWithoutSeconds (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleMac.h62 virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
H A DLocaleWin.h55 virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
H A DPlatformLocale.h93 virtual String dateTimeFormatWithoutSeconds() = 0;
H A DLocaleICU.cpp290 UDateFormat* dateTimeFormatWithoutSeconds = openDateFormat(UDAT_SHORT, UDAT_SHORT); local
291 m_dateTimeFormatWithoutSeconds = getDateFormatPattern(dateTimeFormatWithoutSeconds);
292 udat_close(dateTimeFormatWithoutSeconds);
370 String LocaleICU::dateTimeFormatWithoutSeconds() function in class:blink::LocaleICU
H A DLocaleICU.h61 virtual String dateTimeFormatWithoutSeconds() OVERRIDE;
H A DLocaleMac.mm231 String LocaleMac::dateTimeFormatWithoutSeconds()
H A DLocaleWin.cpp474 String LocaleWin::dateTimeFormatWithoutSeconds() function in class:blink::LocaleWin
H A DPlatformLocale.cpp411 builder.build(formatType == FormatTypeShort ? dateTimeFormatWithoutSeconds() : dateTimeFormatWithSeconds());
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateTimeLocalInputType.cpp144 layoutParameters.dateTimeFormat = layoutParameters.locale.dateTimeFormatWithoutSeconds();

Completed in 1879 milliseconds