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.cpp180 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CKB_RadioButton) { in NextStates()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffcheckbutton.cpp39 pCheckBox->ModifyStylesEx(FWL_STYLEEXT_CKB_RadioButton, 0xFFFFFFFF); in LoadWidget()