Searched refs:pChildNext (Results 1 – 1 of 1) sorted by relevance
304 for (CXFA_ContentLayoutItem* pChildItem = pChildren, * pChildNext = NULL; in SplitLayoutItem() local305 pChildItem; pChildItem = pChildNext) { in SplitLayoutItem()306 pChildNext = (CXFA_ContentLayoutItem*)pChildItem->m_pNextSibling; in SplitLayoutItem()