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

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

Completed in 55 milliseconds