Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp666 CXFA_LayoutContext* pLayoutContext, in InsertFlowedItem() argument
707 pLayoutContext = &layoutContext; in InsertFlowedItem()
718 pLayoutContext); in InsertFlowedItem()
747 if (!pFormNode && pLayoutContext && pLayoutContext->m_pOverflowProcessor) { in InsertFlowedItem()
748 pFormNode = pLayoutContext->m_pOverflowNode; in InsertFlowedItem()
925 if (!pFormNode && pLayoutContext) in InsertFlowedItem()
926 pFormNode = pLayoutContext->m_pOverflowProcessor->m_pFormNode; in InsertFlowedItem()
971 if (!pFormNode && pLayoutContext) in InsertFlowedItem()
972 pFormNode = pLayoutContext->m_pOverflowProcessor->m_pFormNode; in InsertFlowedItem()
1814 CXFA_LayoutContext* pLayoutContext = in DoLayoutTableContainer() local
[all …]