Home
last modified time | relevance | path

Searched refs:FWL_STYLEEXT_EDT_HSelfAdaption (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h25 #define FWL_STYLEEXT_EDT_HSelfAdaption (1L << 10) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp856 m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_HSelfAdaption; in On_TextChanged()
873 0, FWL_STYLEEXT_EDT_HSelfAdaption | FWL_STYLEEXT_EDT_AutoHScroll); in On_TextChanged()
891 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_HSelfAdaption) { in On_TextChanged()
1305 if (!(m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_HSelfAdaption)) { in UpdateOffset()
1386 if (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_HSelfAdaption && in UpdateCaret()