Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1534 CXFA_ContentLayoutItem* pLastChild = nullptr; in DoLayoutFlowedContainer() local
1536 pLastChild = FindLastContentLayoutItem(eFlowStrategy); in DoLayoutFlowedContainer()
1537 calculated_size = CalculateLayoutItemSize(pLastChild); in DoLayoutFlowedContainer()
1539 pLastChild ? pLastChild->m_sPos.y : calculated_size.height; in DoLayoutFlowedContainer()
1565 if (pLastChild) { in DoLayoutFlowedContainer()
1566 for (CXFA_LayoutItem* pNext = pLastChild; pNext; in DoLayoutFlowedContainer()
1599 RetainPtr<CXFA_ContentLayoutItem> pLayoutNextTemp(pLastChild); in DoLayoutFlowedContainer()
1606 pLastChild = nullptr; in DoLayoutFlowedContainer()
2782 CXFA_ContentLayoutItem* pLastChild = in FindLastContentLayoutItem() local
2784 for (CXFA_LayoutItem* pNext = pLastChild; pNext; in FindLastContentLayoutItem()
[all …]