Searched refs:pPrevRecord (Results 1 – 2 of 2) sorted by relevance
57 CXFA_ContainerRecord* pPrevRecord);59 CXFA_ContainerRecord* pPrevRecord);
403 CXFA_ContainerRecord* pPrevRecord) { in RemoveLayoutRecord() argument404 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() argument423 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 …]