Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp257 pCurPageArea(pPageArea), in CXFA_ContainerRecord()
261 CXFA_ContainerLayoutItem* pCurPageArea; member in CXFA_ContainerRecord
441 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in RemoveLayoutRecord()
442 RemoveLayoutItem(pNewRecord->pCurPageArea); in RemoveLayoutRecord()
460 if (pNewRecord->pCurPageArea != pPrevRecord->pCurPageArea) { in ReorderPendingLayoutRecordToTail()
461 ReorderLayoutItemToTail(pNewRecord->pCurPageArea); in ReorderPendingLayoutRecordToTail()
484 m_pCurPageArea = GetCurrentContainerRecord()->pCurPageArea->m_pFormNode; in SubmitContentItem()
590 pNewRecord->pCurPageArea = pNewPageAreaLayoutItem; in AddPageAreaLayoutItem()
603 ASSERT(pNewRecord->pCurPageArea); in AddContentAreaLayoutItem()
604 pNewRecord->pCurPageArea->AddChild(pNewContentAreaLayoutItem); in AddContentAreaLayoutItem()
[all …]