Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_spinbutton.h14 #define FWL_STYLEEXE_SPB_Vert (1L << 0) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp48 m_pProperties->m_dwStyleExes |= FWL_STYLEEXE_SPB_Vert; in CFWL_SpinButtonImp()
83 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXE_SPB_Vert) { in Update()
Dfwl_datetimepickerimp.cpp686 prop.m_dwStyleExes |= FWL_STYLEEXE_SPB_Vert; in DrawDropDownButton()