Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_DTP_ShortDateFormat (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp36 m_pProperties->m_dwStyleExes = FWL_STYLEEXT_DTP_ShortDateFormat; in CFWL_DateTimePicker()
216 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_DTP_ShortDateFormat) == in FormatDateString()
217 FWL_STYLEEXT_DTP_ShortDateFormat) { in FormatDateString()
Dcfwl_datetimepicker.h19 #define FWL_STYLEEXT_DTP_ShortDateFormat (1L << 1) macro
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp543 uint32_t dwExtendedStyle = FWL_STYLEEXT_DTP_ShortDateFormat; in UpdateWidgetProperty()