HomeSort by relevance Sort by last modified time
    Searched refs:m_bNeedLayout (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.h 36 void SetForceReLayout(bool bForceRestart) { m_bNeedLayout = bForceRestart; }
53 bool m_bNeedLayout;
cxfa_layoutprocessor.cpp 24 : m_pDocument(pDocument), m_nProgressCounter(0), m_bNeedLayout(true) {}
90 m_bNeedLayout = false;
100 if (m_bNeedLayout) {
139 return m_bNeedLayout || !m_rgChangedContainers.empty();

Completed in 65 milliseconds