Home
last modified time | relevance | path

Searched refs:pParentLayoutItem (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp162 CXFA_LayoutItem* pParentLayoutItem = pLayoutItem->GetParent(); in ReorderLayoutItemToTail() local
163 if (!pParentLayoutItem) in ReorderLayoutItemToTail()
166 pParentLayoutItem->RemoveChild(pLayoutItem); in ReorderLayoutItemToTail()
167 pParentLayoutItem->AppendLastChild(pLayoutItem); in ReorderLayoutItemToTail()
605 RetainPtr<CXFA_ViewLayoutItem> pParentLayoutItem( in CreateViewRecord() local
607 if (!pParentLayoutItem) in CreateViewRecord()
608 pParentLayoutItem = m_pPageSetCurLayoutItem; in CreateViewRecord()
610 pNewRecord->pCurPageSet = pParentLayoutItem; in CreateViewRecord()
1596 CXFA_LayoutItem* pParentLayoutItem) { in SaveLayoutItemChildren() argument
1600 RetainPtr<CXFA_LayoutItem> pCurLayoutItem(pParentLayoutItem->GetFirstChild()); in SaveLayoutItemChildren()
Dcxfa_viewlayoutprocessor.h159 void SaveLayoutItemChildren(CXFA_LayoutItem* pParentLayoutItem);
Dcxfa_contentlayoutprocessor.h124 CXFA_ContentLayoutItem* pParentLayoutItem,
Dcxfa_contentlayoutprocessor.cpp1435 CXFA_ContentLayoutItem* pParentLayoutItem, in JudgePutNextPage() argument
1438 if (!pParentLayoutItem) in JudgePutNextPage()
1442 for (CXFA_LayoutItem* pIter = pParentLayoutItem->GetFirstChild(); pIter; in JudgePutNextPage()