Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h26 #define FWL_STYLEEXT_CMB_DropDown (1L << 0) macro
112 return !!(m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CMB_DropDown); in IsDropDownStyle()
Dcfwl_combobox.cpp55 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CMB_DropDown) && !m_pEdit) { in CFWL_ComboBox()
91 bool bAddDropDown = !!(dwStylesExAdded & FWL_STYLEEXT_CMB_DropDown); in ModifyStylesEx()
92 bool bRemoveDropDown = !!(dwStylesExRemoved & FWL_STYLEEXT_CMB_DropDown); in ModifyStylesEx()
580 bool bAddDropDown = !!(dwStylesExAdded & FWL_STYLEEXT_CMB_DropDown); in DisForm_ModifyStylesEx()
581 bool bDelDropDown = !!(dwStylesExRemoved & FWL_STYLEEXT_CMB_DropDown); in DisForm_ModifyStylesEx()
583 dwStylesExRemoved &= ~FWL_STYLEEXT_CMB_DropDown; in DisForm_ModifyStylesEx()
584 m_pProperties->m_dwStyleExes |= FWL_STYLEEXT_CMB_DropDown; in DisForm_ModifyStylesEx()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.cpp278 dwExtendedStyle |= FWL_STYLEEXT_CMB_DropDown; in UpdateWidgetProperty()