Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h90 FX_BOOL bVSelfAdaption; variable
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp857 FX_BOOL bVSelfAdaption = in On_TextChanged() local
860 if (bHSelfAdaption || bVSelfAdaption) { in On_TextChanged()
864 evt.bVSelfAdaption = TRUE; in On_TextChanged()
868 fHight = bVSelfAdaption ? fContentHeight : m_pProperties->m_rtWidget.height; in On_TextChanged()
875 if (!evt.bVSelfAdaption) { in On_TextChanged()
880 (bVSelfAdaption && !evt.bVSelfAdaption); in On_TextChanged()