HomeSort by relevance Sort by last modified time
    Searched refs:FWL_STYLEEXT_DTP_ShortDateFormat (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.h 20 #define FWL_STYLEEXT_DTP_ShortDateFormat (1L << 1)
cfwl_datetimepicker.cpp 35 m_pProperties->m_dwStyleExes = FWL_STYLEEXT_DTP_ShortDateFormat;
214 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_DTP_ShortDateFormat) ==
215 FWL_STYLEEXT_DTP_ShortDateFormat) {
  /external/pdfium/xfa/fxfa/
cxfa_ffdatetimeedit.cpp 82 uint32_t dwExtendedStyle = FWL_STYLEEXT_DTP_ShortDateFormat;

Completed in 43 milliseconds