Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.cpp208 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()
209 XFA_LayoutItemMgr_RemoveLayoutItem(pNewRecord->pCurPageArea); in RemoveLayoutRecord()
227 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in ReorderPendingLayoutRecordToTail()
228 XFA_LayoutItemMgr_ReorderLayoutItemToTail(pNewRecord->pCurPageArea); in ReorderPendingLayoutRecordToTail()
250 m_pCurPageArea = GetCurrentContainerRecord()->pCurPageArea->m_pFormNode; in SubmitContentItem()
420 pNewRecord->pCurPageArea = pNewPageAreaLayoutItem; in AddPageAreaLayoutItem()
432 ASSERT(pNewRecord->pCurPageArea); in AddContentAreaLayoutItem()
433 pNewRecord->pCurPageArea->AddChild(pNewContentAreaLayoutItem); in AddContentAreaLayoutItem()
640 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode || in RunBreak()
652 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode) || in RunBreak()
[all …]
Dxfa_layout_pagemgr_new.h15 pCurPageArea(pPageArea), in pCurPageSet()
18 CXFA_ContainerLayoutItem* pCurPageArea; variable