Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp1384 Optional<CXFA_ViewLayoutItem*> pContentAreaLayout = CheckContentAreaNotUsed( in GetNextContentArea() local
1386 if (!pContentAreaLayout.has_value()) in GetNextContentArea()
1388 if (pContentAreaLayout.value()) { in GetNextContentArea()
1389 if (pContentAreaLayout.value()->GetFormNode() == pCurContentNode) in GetNextContentArea()
1393 pNewRecord->pCurContentArea.Reset(pContentAreaLayout.value()); in GetNextContentArea()