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/fwl/
cfwl_edit.h
22
#define
FWL_STYLEEXT_EDT_MultiLine
(1L << 1)
cfwl_edit.cpp
114
!!(m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_EDT_MultiLine
));
407
if (m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_EDT_MultiLine
) {
646
if (m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_EDT_MultiLine
) {
901
(m_pProperties->m_dwStyleExes &
FWL_STYLEEXT_EDT_MultiLine
) &&
[
all
...]
/external/pdfium/xfa/fxfa/app/
xfa_fftextedit.cpp
74
dwExtendedStyle |=
FWL_STYLEEXT_EDT_MultiLine
| FWL_STYLEEXT_EDT_WantReturn;
85
dwExtendedStyle |=
FWL_STYLEEXT_EDT_MultiLine
;
Completed in 51 milliseconds