Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h20 #define FWL_STYLEEXT_LTB_MultiSelection (1L << 0) macro
Dcfwl_listbox.cpp240 return m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_MultiSelection; in IsMultiSelection()
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp61 dwExtendedStyle |= FWL_STYLEEXT_LTB_MultiSelection; in LoadWidget()