Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_doclayout.h48 void InsertChild(CXFA_LayoutItem* pBeforeItem, CXFA_LayoutItem* pChildItem);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp520 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem, in InsertChild() argument
522 if (pBeforeItem->m_pParent != this) { in InsertChild()
529 CXFA_LayoutItem* pExistingChildItem = pBeforeItem->m_pNextSibling; in InsertChild()
530 pBeforeItem->m_pNextSibling = pChildItem; in InsertChild()
1035 CXFA_LayoutItem* pBeforeItem = NULL; in DoLayoutPageArea() local
1063 if (pBeforeItem == NULL) { in DoLayoutPageArea()
1066 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem); in DoLayoutPageArea()
1068 pBeforeItem = pProcessItem; in DoLayoutPageArea()
1071 pBeforeItem = NULL; in DoLayoutPageArea()
1082 if (pBeforeItem == NULL) { in DoLayoutPageArea()
[all …]