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.cpp108 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_3State) in SetCheckState()
179 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_3State) in NextStates()
185 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_3State) in NextStates()
Dcfwl_checkbox.h14 #define FWL_STYLEEXT_CKB_3State (1L << 6) macro
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp87 dwStyleEx |= FWL_STYLEEXT_CKB_3State; in UpdateWidgetProperty()
90 dwStyleEx, FWL_STYLEEXT_CKB_SignShapeMask | FWL_STYLEEXT_CKB_3State); in UpdateWidgetProperty()