Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.h209 bool m_bKeepBreakFinish = false; variable
Dcxfa_contentlayoutprocessor.cpp926 if (!m_bIsProcessKeep && !m_bKeepBreakFinish) { in ProcessKeepNodesForCheckNext()
934 if (m_bKeepBreakFinish) in ProcessKeepNodesForCheckNext()
936 m_bKeepBreakFinish = false; in ProcessKeepNodesForCheckNext()
941 if (m_bKeepBreakFinish) { in ProcessKeepNodesForCheckNext()
2633 if (m_bKeepBreakFinish) in HandleKeep()
2664 if (!m_bKeepBreakFinish) { in HandleBreakBefore()
2711 if (!m_bKeepBreakFinish && !bLastKeep) { in HandleCheckNextChildContainer()
2741 m_bKeepBreakFinish = true; in ProcessKeepNodesEnd()