OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FWL_STYLEEXT_EDT_MultiLine
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h
16
#define
FWL_STYLEEXT_EDT_MultiLine
(1L << 1)
/external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.cpp
56
dwExtendedStyle |=
FWL_STYLEEXT_EDT_MultiLine
| FWL_STYLEEXT_EDT_WantReturn;
67
dwExtendedStyle |=
FWL_STYLEEXT_EDT_MultiLine
;
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
242
m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_EDT_MultiLine
);
830
if (m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_EDT_MultiLine
) {
[
all
...]
Completed in 43 milliseconds