Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp18 CXFA_LayoutItem* pNode = pLayoutItem->m_pFirstChild; in XFA_ReleaseLayoutItem()
41 m_pFirstChild(nullptr), in CXFA_LayoutItem()
168 if (!m_pFirstChild) { in AddChild()
169 m_pFirstChild = pChildItem; in AddChild()
173 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild; in AddChild()
185 if (!m_pFirstChild) { in AddHeadChild()
186 m_pFirstChild = pChildItem; in AddHeadChild()
190 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild; in AddHeadChild()
191 m_pFirstChild = pChildItem; in AddHeadChild()
192 m_pFirstChild->m_pNextSibling = pExistingChildItem; in AddHeadChild()
[all …]
Dcxfa_layoutpagemgr.cpp45 static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pFirstChild); in GetFirstChild()
117 for (CXFA_LayoutItem* pChild = pContainerItem->m_pFirstChild; pChild; in SyncContainer()
211 pPageAreaLayoutItem->m_pFirstChild); in CheckContentAreaNotUsed()
215 if (!pLayoutItem->m_pFirstChild) { in CheckContentAreaNotUsed()
229 CXFA_LayoutItem* pCurLayoutItem = pParentLayoutItem->m_pFirstChild; in SyncRemoveLayoutItem()
232 if (pCurLayoutItem->m_pFirstChild) in SyncRemoveLayoutItem()
300 m_pPageSetLayoutItemRoot->m_pFirstChild = nullptr; in InitLayoutPage()
629 pPageSetLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
673 pLastPageAreaLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
682 pChildLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
[all …]
Dcxfa_itemlayoutprocessor.cpp214 static_cast<CXFA_ContentLayoutItem*>(pLayoutRow->m_pFirstChild); in RelocateTableRowCells()
257 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()
267 if (pParaNode && pLayoutChild->m_pFirstChild) { in RelocateTableRowCells()
284 (CXFA_ContentLayoutItem*)pLayoutChild->m_pFirstChild; in RelocateTableRowCells()
310 (CXFA_ContentLayoutItem*)pLayoutRow->m_pFirstChild; in RelocateTableRowCells()
440 (CXFA_ContentLayoutItem*)pProcessor->m_pLayoutItem->m_pFirstChild; in AddLeaderAfterSplit()
894 CXFA_LayoutItem* firstChild = pProcessor->m_pLayoutItem->m_pFirstChild; in InsertFlowedItem()
1032 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in FindLayoutItemSplitPos()
1253 if (pLayoutItem->m_pFirstChild) in SplitLayoutItem()
1258 if (fCurTopMargin > 0 && pLayoutItem->m_pFirstChild) { in SplitLayoutItem()
[all …]
Dcxfa_traversestrategy_layoutitem.h15 return pLayoutItem->m_pFirstChild; in GetFirstChild()
Dcxfa_traversestrategy_contentlayoutitem.h16 return static_cast<CXFA_ContentLayoutItem*>(pLayoutItem->m_pFirstChild); in GetFirstChild()
Dcxfa_traversestrategy_contentareacontainerlayoutitem.h16 for (CXFA_LayoutItem* pChildItem = pLayoutItem->m_pFirstChild; pChildItem; in GetFirstChild()
Dcxfa_layoutitem.h48 CXFA_LayoutItem* m_pFirstChild; variable
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp228 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()
240 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()
247 iterator(static_cast<CXFA_ContentLayoutItem*>(pItem->m_pFirstChild)); in GetObjArray()
302 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()
308 iterator(static_cast<CXFA_ContentLayoutItem*>(pItem->m_pFirstChild)); in GetObjArray()