Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp207 CXFA_Node* pContentArea, in CheckContentAreaNotUsed() argument
214 if (pLayoutItem->m_pFormNode == pContentArea) { in CheckContentAreaNotUsed()
255 CXFA_ContainerLayoutItem* pContentArea = nullptr) in CXFA_ContainerRecord() argument
258 pCurContentArea(pContentArea) {} in CXFA_ContainerRecord()
342 CXFA_ContentArea* pContentArea = in InitLayoutPage() local
344 if (!pContentArea) { in InitLayoutPage()
345 pContentArea = static_cast<CXFA_ContentArea*>(pDocument->CreateNode( in InitLayoutPage()
347 if (!pContentArea) in InitLayoutPage()
350 pPageArea->InsertChild(pContentArea, nullptr); in InitLayoutPage()
351 pContentArea->SetFlag(XFA_NodeFlag_Initialized, true); in InitLayoutPage()
[all …]
Dcxfa_layoutpagemgr.h73 CXFA_Node* pContentArea);