Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_appadapter.h14 return (CXFA_ContainerLayoutItem*)pLayoutItem->m_pFirstChild; in GetFirstChild()
31 for (CXFA_LayoutItem* pChildItem = pLayoutItem->m_pFirstChild; pChildItem; in GetFirstChild()
60 return (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in GetFirstChild()
Dxfa_layout_itemlayout.cpp132 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in FindLayoutItemSplitPos()
279 if (pLayoutItem->m_pFirstChild) { in SplitLayoutItem()
284 if (fCurTopMargin > 0 && pLayoutItem->m_pFirstChild) { in SplitLayoutItem()
299 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild; in SplitLayoutItem()
300 pLayoutItem->m_pFirstChild = NULL; in SplitLayoutItem()
497 if (m_pFirstChild == NULL) { in AddChild()
498 m_pFirstChild = pChildItem; in AddChild()
500 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild; in AddChild()
512 if (m_pFirstChild == NULL) { in AddHeadChild()
513 m_pFirstChild = pChildItem; in AddHeadChild()
[all …]
Dxfa_layout_pagemgr_new.cpp53 m_pPageSetLayoutItemRoot->m_pFirstChild = NULL; in InitLayoutPage()
442 (CXFA_ContainerLayoutItem*)pLayoutItem->m_pFirstChild; in GetFirstChild()
486 pPageSetLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
530 pLastPageAreaLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
539 pChildLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
570 pLastPageAreaLayoutItem->m_pFirstChild; in FinishPaginatedPageSets()
1260 (CXFA_ContainerLayoutItem*)pPageAreaLayoutItem->m_pFirstChild; in XFA_LayoutPageMgr_CheckContentAreaNotUsed()
1264 if (pLayoutItem->m_pFirstChild == NULL) { in XFA_LayoutPageMgr_CheckContentAreaNotUsed()
1520 * pCurLayoutItem = pParentLayoutItem->m_pFirstChild; in SaveLayoutItem()
1523 if (pCurLayoutItem->m_pFirstChild) { in SaveLayoutItem()
[all …]
Dxfa_script_layoutpseudomodel.cpp223 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in Script_LayoutPseudoModel_GetObjArray()
237 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in Script_LayoutPseudoModel_GetObjArray()
244 iterator((CXFA_ContentLayoutItem*)pItem->m_pFirstChild); in Script_LayoutPseudoModel_GetObjArray()
303 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in Script_LayoutPseudoModel_GetObjArray()
309 iterator((CXFA_ContentLayoutItem*)pItem->m_pFirstChild); in Script_LayoutPseudoModel_GetObjArray()
Dxfa_layout_appadapter.cpp42 CXFA_LayoutItem* pNode = pLayoutItem->m_pFirstChild; in XFA_ReleaseLayoutItem()
Dxfa_document_layout_imp.cpp171 m_pFirstChild(NULL), in CXFA_LayoutItem()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_doclayout.h53 CXFA_LayoutItem* m_pFirstChild; variable
112 return pLayoutItem->m_pFirstChild; in GetFirstChild()