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.h22 #define FWL_STYLEEXT_CMB_DropDown (1L << 0) macro
100 return !!(m_pProperties->m_dwStyleExes & FWL_STYLEEXT_CMB_DropDown); in IsDropDownStyle()
Dcfwl_combobox.cpp61 bool bAddDropDown = !!(dwStylesExAdded & FWL_STYLEEXT_CMB_DropDown); in ModifyStylesEx()
62 bool bDelDropDown = !!(dwStylesExRemoved & FWL_STYLEEXT_CMB_DropDown); in ModifyStylesEx()
64 dwStylesExRemoved &= ~FWL_STYLEEXT_CMB_DropDown; in ModifyStylesEx()
65 m_pProperties->m_dwStyleExes |= FWL_STYLEEXT_CMB_DropDown; in ModifyStylesEx()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp90 dwExtendedStyle |= FWL_STYLEEXT_CMB_DropDown; in UpdateWidgetProperty()