Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp116 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_3State) in SetCheckState()
204 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_3State) in NextStates()
210 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_3State) in NextStates()
Dcfwl_checkbox.h16 #define FWL_STYLEEXT_CKB_3State (1L << 6) macro
/external/pdfium/xfa/fxfa/app/
Dxfa_ffcheckbutton.cpp82 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()
85 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()