Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.cpp485 for (CXFA_LayoutItem* pPageAreaLayoutItem = in FinishPaginatedPageSets() local
487 pPageAreaLayoutItem; in FinishPaginatedPageSets()
488 pPageAreaLayoutItem = pPageAreaLayoutItem->m_pNextSibling) { in FinishPaginatedPageSets()
489 if (pPageAreaLayoutItem->m_pFormNode->GetClassID() != in FinishPaginatedPageSets()
494 pLastPageAreaLayoutItem = pPageAreaLayoutItem; in FinishPaginatedPageSets()
1256 CXFA_ContainerLayoutItem* pPageAreaLayoutItem, in XFA_LayoutPageMgr_CheckContentAreaNotUsed() argument
1260 (CXFA_ContainerLayoutItem*)pPageAreaLayoutItem->m_pFirstChild; in XFA_LayoutPageMgr_CheckContentAreaNotUsed()
Dxfa_layout_itemlayout.h105 void DoLayoutPageArea(CXFA_ContainerLayoutItem* pPageAreaLayoutItem);
Dxfa_layout_itemlayout.cpp1030 CXFA_ContainerLayoutItem* pPageAreaLayoutItem) { in DoLayoutPageArea() argument
1031 CXFA_Node* pFormNode = pPageAreaLayoutItem->m_pFormNode; in DoLayoutPageArea()
1064 pPageAreaLayoutItem->AddHeadChild(pProcessItem); in DoLayoutPageArea()
1066 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem); in DoLayoutPageArea()
1072 CXFA_LayoutItem* pLayoutItem = pPageAreaLayoutItem->m_pFirstChild; in DoLayoutPageArea()
1081 pPageAreaLayoutItem->RemoveChild(pLayoutItem); in DoLayoutPageArea()
1083 pPageAreaLayoutItem->AddHeadChild(pLayoutItem); in DoLayoutPageArea()
1085 pPageAreaLayoutItem->InsertChild(pBeforeItem, pLayoutItem); in DoLayoutPageArea()