Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp76 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
79 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
466 dwExtendedStyle |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
634 dwEditStyles |= FWL_STYLEEXT_EDT_CombText; in UpdateWidgetProperty()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h32 #define FWL_STYLEEXT_EDT_CombText (1L << 17) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1029 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_CombText) { in DrawContent()
1104 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_CombText) { in DrawContent()
1155 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_CombText) { in UpdateEditParams()