Searched refs:pPendingLayoutItem (Results 1 – 1 of 1) sorted by relevance
2280 RetainPtr<CXFA_ContentLayoutItem> pPendingLayoutItem; in InsertPendingItems() local2282 pPendingLayoutItem = pPendingProcessor->ExtractLayoutItem(); in InsertPendingItems()2283 if (pPendingLayoutItem) { in InsertPendingItems()2284 AddLeaderAfterSplit(pPendingLayoutItem); in InsertPendingItems()2286 fTotalHeight += pPendingLayoutItem->m_sSize.height; in InsertPendingItems()