Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.h58 CXFA_ContainerRecord* pPrevRecord);
60 CXFA_ContainerRecord* pPrevRecord);
Dcxfa_layoutpagemgr.cpp434 CXFA_ContainerRecord* pPrevRecord) { in RemoveLayoutRecord() argument
435 if (!pNewRecord || !pPrevRecord) in RemoveLayoutRecord()
437 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
441 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()
445 if (pNewRecord->pCurContentArea != pPrevRecord->pCurContentArea) { in RemoveLayoutRecord()
453 CXFA_ContainerRecord* pPrevRecord) { in ReorderPendingLayoutRecordToTail() argument
454 if (!pNewRecord || !pPrevRecord) in ReorderPendingLayoutRecordToTail()
456 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()
460 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in ReorderPendingLayoutRecordToTail()
464 if (pNewRecord->pCurContentArea != pPrevRecord->pCurContentArea) { in ReorderPendingLayoutRecordToTail()
[all …]