Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp433 void CXFA_LayoutPageMgr::RemoveLayoutRecord(CXFA_ContainerRecord* pNewRecord, in RemoveLayoutRecord() argument
435 if (!pNewRecord || !pPrevRecord) in RemoveLayoutRecord()
437 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
438 RemoveLayoutItem(pNewRecord->pCurPageSet); in RemoveLayoutRecord()
441 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()
442 RemoveLayoutItem(pNewRecord->pCurPageArea); in RemoveLayoutRecord()
445 if (pNewRecord->pCurContentArea != pPrevRecord->pCurContentArea) { in RemoveLayoutRecord()
446 RemoveLayoutItem(pNewRecord->pCurContentArea); in RemoveLayoutRecord()
452 CXFA_ContainerRecord* pNewRecord, in ReorderPendingLayoutRecordToTail() argument
454 if (!pNewRecord || !pPrevRecord) in ReorderPendingLayoutRecordToTail()
[all …]
Dcxfa_layoutpagemgr.h57 void ReorderPendingLayoutRecordToTail(CXFA_ContainerRecord* pNewRecord,
59 void RemoveLayoutRecord(CXFA_ContainerRecord* pNewRecord,
70 void AddPageAreaLayoutItem(CXFA_ContainerRecord* pNewRecord,
72 void AddContentAreaLayoutItem(CXFA_ContainerRecord* pNewRecord,