Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1568 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()
[all …]