Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_EDT_CombText (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnumericedit.cpp59 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
Dcxfa_fftextedit.cpp99 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
102 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
Dcxfa_ffdatetimeedit.cpp90 dwEditStyles |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
/external/pdfium/xfa/fwl/
Dcfwl_edit.h28 #define FWL_STYLEEXT_EDT_CombText (1L << 17) macro
Dcfwl_edit.cpp466 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_CombText) in DrawContent()
510 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_CombText) { in DrawContent()
577 !!(m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_CombText)); in UpdateEditParams()