Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp672 for (CXFA_LayoutItem* pChildLayoutItem = in FinishPaginatedPageSets() local
674 pChildLayoutItem; in FinishPaginatedPageSets()
675 pChildLayoutItem = pChildLayoutItem->m_pNextSibling) { in FinishPaginatedPageSets()
676 if (pChildLayoutItem->m_pFormNode->GetElementType() != in FinishPaginatedPageSets()
682 pChildLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
712 CXFA_LayoutItem* pChildLayoutItem = in FinishPaginatedPageSets() local
716 while (pChildLayoutItem && pContentAreaNode) { in FinishPaginatedPageSets()
717 if (pChildLayoutItem->m_pFormNode->GetElementType() != in FinishPaginatedPageSets()
719 pChildLayoutItem = pChildLayoutItem->m_pNextSibling; in FinishPaginatedPageSets()
727 pChildLayoutItem->m_pFormNode = pContentAreaNode; in FinishPaginatedPageSets()
[all …]
Dcxfa_itemlayoutprocessor.cpp802 CXFA_ContentLayoutItem* pChildLayoutItem = in InsertFlowedItem() local
806 pThis->m_arrayKeepItems.push_back(pChildLayoutItem); in InsertFlowedItem()
810 rgCurLineLayoutItems[uHAlign].push_back(pChildLayoutItem); in InsertFlowedItem()
2078 for (CXFA_ContentLayoutItem* pChildLayoutItem = in JudgePutNextPage() local
2080 pChildLayoutItem; in JudgePutNextPage()
2081 pChildLayoutItem = in JudgePutNextPage()
2082 (CXFA_ContentLayoutItem*)pChildLayoutItem->m_pNextSibling) { in JudgePutNextPage()
2083 if (ExistContainerKeep(pChildLayoutItem->m_pFormNode, false)) { in JudgePutNextPage()
2084 pKeepItems->push_back(pChildLayoutItem); in JudgePutNextPage()
2085 fItemsHeight += pChildLayoutItem->m_sSize.height; in JudgePutNextPage()