Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutprocessor.cpp34 m_bNeedLayout = bForceRestart; in SetForceRelayout()
95 m_bNeedLayout = false; in DoLayout()
106 if (m_bNeedLayout) { in IncrementLayout()
132 return m_bNeedLayout || !m_rgChangedContainers.empty(); in NeedLayout()
Dcxfa_layoutprocessor.h54 bool m_bNeedLayout = true; variable