Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.h16 #define FWL_STYLEEXE_SPB_Vert (1L << 0) macro
Dcfwl_spinbutton.cpp40 m_pProperties->m_dwStyleExes |= FWL_STYLEEXE_SPB_Vert; in CFWL_SpinButton()
54 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXE_SPB_Vert) { in Update()