Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.h158 FX_BOOL m_bIsProcessKeep; variable
Dxfa_layout_itemlayout.cpp26 m_bIsProcessKeep(FALSE), in CXFA_ItemLayoutProcessor()
711 if (m_bIsProcessKeep) { in XFA_ItemLayoutProcessor_GotoNextContainerNode()
779 if (m_bIsProcessKeep) { in XFA_ItemLayoutProcessor_GotoNextContainerNode()
822 if (!m_bIsProcessKeep && !m_bKeepBreakFinish) { in ProcessKeepNodesForCheckNext()
824 m_bIsProcessKeep = TRUE; in ProcessKeepNodesForCheckNext()
827 if (m_bIsProcessKeep && m_pKeepHeadNode != NULL) { in ProcessKeepNodesForCheckNext()
839 m_bIsProcessKeep = FALSE; in ProcessKeepNodesForCheckNext()
859 m_bIsProcessKeep = FALSE; in ProcessKeepNodesForBreakBefore()
2394 m_bIsProcessKeep = TRUE; in DoLayoutFlowedContainer()