Searched refs:pLayoutNextTemp (Results 1 – 1 of 1) sorted by relevance
1599 RetainPtr<CXFA_ContentLayoutItem> pLayoutNextTemp(pLastChild); in DoLayoutFlowedContainer() local1600 while (pLayoutNextTemp) { in DoLayoutFlowedContainer()1602 ToContentLayoutItem(pLayoutNextTemp->GetNextSibling()); in DoLayoutFlowedContainer()1603 pLayoutNextTemp->RemoveSelfIfParented(); in DoLayoutFlowedContainer()1604 pLayoutNextTemp.Reset(pSaveLayoutNext); in DoLayoutFlowedContainer()