Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.cpp529 for (CXFA_LayoutItem* pChildLayoutItem = in FinishPaginatedPageSets() local
531 pChildLayoutItem; in FinishPaginatedPageSets()
532 pChildLayoutItem = pChildLayoutItem->m_pNextSibling) { in FinishPaginatedPageSets()
533 if (pChildLayoutItem->m_pFormNode->GetClassID() != in FinishPaginatedPageSets()
539 pChildLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
569 CXFA_LayoutItem* pChildLayoutItem = in FinishPaginatedPageSets() local
574 while (pChildLayoutItem && pContentAreaNode) { in FinishPaginatedPageSets()
575 if (pChildLayoutItem->m_pFormNode->GetClassID() != in FinishPaginatedPageSets()
577 pChildLayoutItem = pChildLayoutItem->m_pNextSibling; in FinishPaginatedPageSets()
585 pChildLayoutItem->m_pFormNode = pContentAreaNode; in FinishPaginatedPageSets()
[all …]
Dxfa_layout_itemlayout.cpp1869 for (CXFA_ContentLayoutItem* pChildLayoutItem = in JudgePutNextPage() local
1871 pChildLayoutItem; in JudgePutNextPage()
1872 pChildLayoutItem = in JudgePutNextPage()
1873 (CXFA_ContentLayoutItem*)pChildLayoutItem->m_pNextSibling) { in JudgePutNextPage()
1874 if (XFA_ExistContainerKeep(pChildLayoutItem->m_pFormNode, FALSE)) { in JudgePutNextPage()
1875 pKeepItems.Add(pChildLayoutItem); in JudgePutNextPage()
1876 fItemsHeight += pChildLayoutItem->m_sSize.y; in JudgePutNextPage()
2085 CXFA_ContentLayoutItem* pChildLayoutItem = in XFA_ItemLayoutProcessor_InsertFlowedItem() local
2089 pThis->m_arrayKeepItems.Add(pChildLayoutItem); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2093 rgCurLineLayoutItems[uHAlign].Add(pChildLayoutItem); in XFA_ItemLayoutProcessor_InsertFlowedItem()