Searched refs:pPrevRecord (Results 1 – 2 of 2) sorted by relevance
58 CXFA_ContainerRecord* pPrevRecord);60 CXFA_ContainerRecord* pPrevRecord);
434 CXFA_ContainerRecord* pPrevRecord) { in RemoveLayoutRecord() argument435 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() argument454 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 …]