Searched refs:formatDateTime (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupController.cpp82 return m_popupClient->locale().formatDateTime(date, Locale::FormatTypeMedium);
91 return m_popupClient->locale().formatDateTime(date, Locale::FormatTypeShort);
101 String localizedWeek = m_popupClient->locale().formatDateTime(week);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.h139 String formatDateTime(const DateComponents&, FormatType = FormatTypeUnspecified);
H A DPlatformLocale.cpp390 String Locale::formatDateTime(const DateComponents& date, FormatType formatType) function in class:blink::Locale
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleMacTest.cpp78 return locale->formatDateTime(date);
87 return locale->formatDateTime(date, (useShortFormat ? Locale::FormatTypeShort : Locale::FormatTypeMedium));
93 return locale->formatDateTime(dateComponents(year, month, day));
99 return locale->formatDateTime(timeComponents(hour, minute, second, millisecond), (useShortFormat ? Locale::FormatTypeShort : Locale::FormatTypeMedium));
H A DLocaleWinTest.cpp90 return locale->formatDateTime(dateComponents(year, month, day));
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseDateAndTimeInputType.cpp154 String localized = element().locale().formatDateTime(date);
H A DTimeInputType.cpp113 String localized = element().locale().formatDateTime(date, formatType);
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DTwoFieldDatePicker.java174 String selectedDateUtterance = DateUtils.formatDateTime(getContext(),
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js69 function formatDateTime(date) { function
419 item.getElement('start-time').innerText = formatDateTime(
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1248 milliseconds