Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp1107 m_bKeepBreakFinish(false), in CXFA_ItemLayoutProcessor()
1350 if (!m_bKeepBreakFinish && in GotoNextContainerNode()
1382 if (!m_bKeepBreakFinish && in GotoNextContainerNode()
1406 if (!m_bKeepBreakFinish && in GotoNextContainerNode()
1446 if (!m_bKeepBreakFinish && !bLastKeep && in GotoNextContainerNode()
1497 if (!m_bIsProcessKeep && !m_bKeepBreakFinish) { in ProcessKeepNodesForCheckNext()
1506 if (!m_bKeepBreakFinish && in ProcessKeepNodesForCheckNext()
1513 m_bKeepBreakFinish = true; in ProcessKeepNodesForCheckNext()
1518 if (m_bKeepBreakFinish) in ProcessKeepNodesForCheckNext()
1520 m_bKeepBreakFinish = false; in ProcessKeepNodesForCheckNext()
[all …]
Dxfa_layout_itemlayout.h176 bool m_bKeepBreakFinish; variable