Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_CMB_ListItemAlignMask (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_combobox.h37 #define FWL_STYLEEXT_CMB_ListItemAlignMask (3L << 12) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1087 switch (dwStylExes & FWL_STYLEEXT_CMB_ListItemAlignMask) { in ReSetListItemAlignment()
1096 m_pListBox->ModifyStylesEx(dwAdd, FWL_STYLEEXT_CMB_ListItemAlignMask); in ReSetListItemAlignment()