Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h15 #define FWL_STYLEEXT_LTB_MultiSelection (1L << 0) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp280 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_MultiSelection) { in SetSelItem()
394 m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_MultiSelection; in ClearSelection()
413 m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_MultiSelection; in SelectAll()
1074 FWL_STYLEEXT_LTB_MultiSelection) { in OnLButtonDown()
1155 FWL_STYLEEXT_LTB_MultiSelection) { in OnVK()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp46 dwExtendedStyle |= FWL_STYLEEXT_LTB_MultiSelection; in LoadWidget()