Lines Matching refs:pLastChild
1534 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()
2787 if (pContentNext && pContentNext->m_sPos.y != pLastChild->m_sPos.y) in FindLastContentLayoutItem()
2788 pLastChild = pContentNext; in FindLastContentLayoutItem()
2790 return pLastChild; in FindLastContentLayoutItem()
2794 const CXFA_ContentLayoutItem* pLastChild) { in CalculateLayoutItemSize() argument
2797 pChild != pLastChild; pChild = pChild->GetNextSibling()) { in CalculateLayoutItemSize()