Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.h17 #define FWL_STYLEEXT_CKB_RadioButton (1L << 7) macro
Dcfwl_checkbox.cpp179 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_RadioButton) { in NextStates()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp44 pCheckBox->ModifyStylesEx(FWL_STYLEEXT_CKB_RadioButton, 0xFFFFFFFF); in LoadWidget()