Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h24 #define FWL_STYLEEXT_LTB_Icon (1L << 8) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp661 FX_BOOL bHasIcon = GetStylesEx() & FWL_STYLEEXT_LTB_Icon; in DrawItem()
782 bHasIcon = GetStylesEx() & FWL_STYLEEXT_LTB_Icon; in CalcSize()
Dfwl_comboboximp.cpp498 prop.m_dwStyleExes |= FWL_STYLEEXT_LTB_Icon; in Initialize()