Searched refs:pLastChild (Results 1 – 1 of 1) sorted by relevance
1534 CXFA_ContentLayoutItem* pLastChild = nullptr; in DoLayoutFlowedContainer() local1536 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() local2784 for (CXFA_LayoutItem* pNext = pLastChild; pNext; in FindLastContentLayoutItem()[all …]