Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp350 CXFA_LayoutItem* pNextLayout = pLayoutItem->GetNextSibling(); in PreFinalize() local
352 pLayoutItem = pNextLayout; in PreFinalize()
1938 CXFA_ViewLayoutItem* pNextLayout = nullptr; in PrepareLayout() local
1939 for (; pRootLayoutItem; pRootLayoutItem = pNextLayout) { in PrepareLayout()
1940 pNextLayout = ToViewLayoutItem(pRootLayoutItem->GetNextSibling()); in PrepareLayout()