Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp231 : pCurPageSet(pPageSet), in CXFA_ContainerRecord()
235 CXFA_ContainerLayoutItem* pCurPageSet; member in CXFA_ContainerRecord
406 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
407 RemoveLayoutItem(pNewRecord->pCurPageSet); in RemoveLayoutRecord()
425 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()
426 ReorderLayoutItemToTail(pNewRecord->pCurPageSet); in ReorderPendingLayoutRecordToTail()
495 pNewRecord->pCurPageSet = m_pPageSetCurRoot; in CreateContainerRecord()
503 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateContainerRecord()
507 if (pPageSet == GetCurrentContainerRecord()->pCurPageSet->m_pFormNode) { in CreateContainerRecord()
509 GetCurrentContainerRecord()->pCurPageSet->m_pParent); in CreateContainerRecord()
[all …]