Lines Matching refs:pLayoutNext
1568 CXFA_ContentLayoutItem* pLayoutNext = pNext->AsContentLayoutItem(); in DoLayoutFlowedContainer() local
1569 if (!pLayoutNext) in DoLayoutFlowedContainer()
1571 if (!pLayoutNext->GetNextSibling() && m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
1573 pLayoutNext->GetFormNode()) { in DoLayoutFlowedContainer()
1575 m_pCurChildPreprocessor->m_pLayoutItem != pLayoutNext) { in DoLayoutFlowedContainer()
1576 pLayoutNext->InsertAfter( in DoLayoutFlowedContainer()
1579 m_pCurChildPreprocessor->m_pLayoutItem.Reset(pLayoutNext); in DoLayoutFlowedContainer()
1583 HAlignEnumToInt(pLayoutNext->GetFormNode()->JSObject()->GetEnum( in DoLayoutFlowedContainer()
1585 rgCurLineLayoutItems[uHAlign].emplace_back(pLayoutNext); in DoLayoutFlowedContainer()
1592 if (pLayoutNext->GetFormNode()->PresenceRequiresSpace()) { in DoLayoutFlowedContainer()
1593 if (pLayoutNext->m_sSize.height > fContentCurRowHeight) in DoLayoutFlowedContainer()
1594 fContentCurRowHeight = pLayoutNext->m_sSize.height; in DoLayoutFlowedContainer()
1595 fContentCurRowAvailWidth -= pLayoutNext->m_sSize.width; in DoLayoutFlowedContainer()