Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_datetimepicker.h17 #define FWL_STYLEEXT_DTP_ShortDateFormat (1L << 1) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_datetimepickerimp.cpp439 m_pProperties->m_dwStyleExes = FWL_STYLEEXT_DTP_ShortDateFormat; in Initialize()
708 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_DTP_ShortDateFormat) == in FormatDateString()
709 FWL_STYLEEXT_DTP_ShortDateFormat) { in FormatDateString()
825 m_pProperties->m_dwStyleExes = FWL_STYLEEXT_DTP_ShortDateFormat; in DisForm_Initialize()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp627 FX_DWORD dwExtendedStyle = FWL_STYLEEXT_DTP_ShortDateFormat; in UpdateWidgetProperty()