Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.cpp240 GetCurrentContainerRecord()->pCurContentArea->AddChild(pContentLayoutItem); in SubmitContentItem()
250 m_pCurPageArea = GetCurrentContainerRecord()->pCurPageArea->m_pFormNode; in SubmitContentItem()
255 GetCurrentContainerRecord() in GetAvailHeight()
338 *pNewRecord = *GetCurrentContainerRecord(); in CreateContainerRecord()
356 if (pPageSet == GetCurrentContainerRecord()->pCurPageSet->m_pFormNode) { in CreateContainerRecord()
359 GetCurrentContainerRecord()->pCurPageSet->m_pParent; in CreateContainerRecord()
625 GetCurrentContainerRecord()->pCurContentArea->m_pFormNode || in RunBreak()
640 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode || in RunBreak()
652 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode) || in RunBreak()
664 pTarget != GetCurrentContainerRecord()->pCurPageArea->m_pFormNode) || in RunBreak()
[all …]
Dxfa_layout_pagemgr_new.h62 inline CXFA_ContainerRecord* GetCurrentContainerRecord() { in GetCurrentContainerRecord() function