Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp1394 std::optional<CXFA_ViewLayoutItem*> pContentAreaLayout = in GetNextContentArea() local
1397 if (!pContentAreaLayout.has_value()) in GetNextContentArea()
1399 if (pContentAreaLayout.value()) { in GetNextContentArea()
1400 if (pContentAreaLayout.value()->GetFormNode() == pCurContentNode) in GetNextContentArea()
1404 pNewRecord->pCurContentArea = pContentAreaLayout.value(); in GetNextContentArea()