Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1280 for (CXFA_ContentLayoutItem *pChildItem = pChildren, *pChildNext = nullptr; in SplitLayoutItem() local
1281 pChildItem; pChildItem = pChildNext) { in SplitLayoutItem()
1282 pChildNext = (CXFA_ContentLayoutItem*)pChildItem->m_pNextSibling; in SplitLayoutItem()