Searched refs:pContentNext (Results 1 – 1 of 1) sorted by relevance
2786 CXFA_ContentLayoutItem* pContentNext = pNext->AsContentLayoutItem(); in FindLastContentLayoutItem() local2787 if (pContentNext && pContentNext->m_sPos.y != pLastChild->m_sPos.y) in FindLastContentLayoutItem()2788 pLastChild = pContentNext; in FindLastContentLayoutItem()