Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp496 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in RemoveLayoutRecord()
497 pNewRecord->pCurPageSet->RemoveSelfIfParented(); in RemoveLayoutRecord()
515 if (pNewRecord->pCurPageSet != pPrevRecord->pCurPageSet) { in ReorderPendingLayoutRecordToTail()
516 ReorderLayoutItemToTail(pNewRecord->pCurPageSet); in ReorderPendingLayoutRecordToTail()
584 pNewRecord->pCurPageSet = m_pPageSetRootLayoutItem; in CreateViewRecord()
590 pNewRecord->pCurPageSet = std::move(pPageSetLayoutItem); in CreateViewRecord()
603 pNewRecord->pCurPageSet = m_pPageSetCurLayoutItem; in CreateViewRecord()
610 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateViewRecord()
616 if (pPageSet == GetCurrentViewRecord()->pCurPageSet->GetFormNode()) { in CreateViewRecord()
618 ToViewLayoutItem(GetCurrentViewRecord()->pCurPageSet->GetParent()); in CreateViewRecord()
[all …]
Dcxfa_viewlayoutprocessor.h67 RetainPtr<CXFA_ViewLayoutItem> pCurPageSet; member