Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.cpp204 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
205 XFA_LayoutItemMgr_RemoveLayoutItem(pNewRecord->pCurPageSet); in RemoveLayoutRecord()
223 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()
224 XFA_LayoutItemMgr_ReorderLayoutItemToTail(pNewRecord->pCurPageSet); in ReorderPendingLayoutRecordToTail()
345 pNewRecord->pCurPageSet = m_pPageSetCurRoot; in CreateContainerRecord()
352 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateContainerRecord()
356 if (pPageSet == GetCurrentContainerRecord()->pCurPageSet->m_pFormNode) { in CreateContainerRecord()
359 GetCurrentContainerRecord()->pCurPageSet->m_pParent; in CreateContainerRecord()
379 pNewRecord->pCurPageSet = pPageSetLayoutItem; in CreateContainerRecord()
385 pNewRecord->pCurPageSet = m_pPageSetLayoutItemRoot; in CreateContainerRecord()
[all …]
Dxfa_layout_pagemgr_new.h14 : pCurPageSet(pPageSet), in pCurPageSet() function
17 CXFA_ContainerLayoutItem* pCurPageSet; variable