OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FWL_STYLEEXT_LTB_MultiSelection
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_listbox.h
15
#define
FWL_STYLEEXT_LTB_MultiSelection
(1L << 0)
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp
280
if (m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_LTB_MultiSelection
) {
394
m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_LTB_MultiSelection
;
413
m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_LTB_MultiSelection
;
[
all
...]
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffchoicelist.cpp
46
dwExtendedStyle |=
FWL_STYLEEXT_LTB_MultiSelection
;
Completed in 2529 milliseconds