Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp256 : pCurPageSet(pPageSet), in CXFA_ContainerRecord()
260 CXFA_ContainerLayoutItem* pCurPageSet; member in CXFA_ContainerRecord
437 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
438 RemoveLayoutItem(pNewRecord->pCurPageSet); in RemoveLayoutRecord()
456 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()
457 ReorderLayoutItemToTail(pNewRecord->pCurPageSet); in ReorderPendingLayoutRecordToTail()
517 pNewRecord->pCurPageSet = m_pPageSetCurRoot; in CreateContainerRecord()
525 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateContainerRecord()
529 if (pPageSet == GetCurrentContainerRecord()->pCurPageSet->m_pFormNode) { in CreateContainerRecord()
531 GetCurrentContainerRecord()->pCurPageSet->m_pParent); in CreateContainerRecord()
[all …]