Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp304 for (CXFA_ContentLayoutItem* pChildItem = pChildren, * pChildNext = NULL; in SplitLayoutItem() local
305 pChildItem; pChildItem = pChildNext) { in SplitLayoutItem()
306 pChildNext = (CXFA_ContentLayoutItem*)pChildItem->m_pNextSibling; in SplitLayoutItem()