Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.h57 CXFA_ContainerRecord* pPrevRecord);
59 CXFA_ContainerRecord* pPrevRecord);
Dcxfa_layoutpagemgr.cpp403 CXFA_ContainerRecord* pPrevRecord) { in RemoveLayoutRecord() argument
404 if (!pNewRecord || !pPrevRecord) in RemoveLayoutRecord()
406 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
410 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()
414 if (pNewRecord->pCurContentArea != pPrevRecord->pCurContentArea) { in RemoveLayoutRecord()
422 CXFA_ContainerRecord* pPrevRecord) { in ReorderPendingLayoutRecordToTail() argument
423 if (!pNewRecord || !pPrevRecord) in ReorderPendingLayoutRecordToTail()
425 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()
429 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in ReorderPendingLayoutRecordToTail()
433 if (pNewRecord->pCurContentArea != pPrevRecord->pCurContentArea) { in ReorderPendingLayoutRecordToTail()
[all …]