Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1599 RetainPtr<CXFA_ContentLayoutItem> pLayoutNextTemp(pLastChild); in DoLayoutFlowedContainer() local
1600 while (pLayoutNextTemp) { in DoLayoutFlowedContainer()
1602 ToContentLayoutItem(pLayoutNextTemp->GetNextSibling()); in DoLayoutFlowedContainer()
1603 pLayoutNextTemp->RemoveSelfIfParented(); in DoLayoutFlowedContainer()
1604 pLayoutNextTemp.Reset(pSaveLayoutNext); in DoLayoutFlowedContainer()