Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp1224 for (CXFA_ContentLayoutItem *pChildItem = pChildren, *pChildNext = nullptr; in SplitLayoutItem() local
1225 pChildItem; pChildItem = pChildNext) { in SplitLayoutItem()
1226 pChildNext = (CXFA_ContentLayoutItem*)pChildItem->m_pNextSibling; in SplitLayoutItem()