Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1422 CXFA_LayoutContext* pLayoutContext = in DoLayoutTableContainer() local
1441 pLayoutContext); in DoLayoutTableContainer()
1948 CXFA_LayoutContext* pLayoutContext = NULL, in XFA_ItemLayoutProcessor_InsertFlowedItem() argument
1986 pLayoutContext = &layoutContext; in XFA_ItemLayoutProcessor_InsertFlowedItem()
1996 pLayoutContext); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2022 if (pFormNode == NULL && pLayoutContext && in XFA_ItemLayoutProcessor_InsertFlowedItem()
2023 pLayoutContext->m_pOverflowProcessor) { in XFA_ItemLayoutProcessor_InsertFlowedItem()
2024 pFormNode = pLayoutContext->m_pOverflowNode; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2210 if (pFormNode == NULL && pLayoutContext != NULL) { in XFA_ItemLayoutProcessor_InsertFlowedItem()
2211 pFormNode = pLayoutContext->m_pOverflowProcessor->m_pFormNode; in XFA_ItemLayoutProcessor_InsertFlowedItem()
[all …]
Dxfa_layout_pagemgr_new.h50 CXFA_LayoutContext* pLayoutContext = NULL);
Dxfa_layout_pagemgr_new.cpp1607 CXFA_LayoutContext* pLayoutContext) { in QueryOverflow() argument