Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_traversestrategy_xfacontainernode.h22 return pTemplateNode->GetContainerParent(); in GetParent()
Dcxfa_layoutprocessor.cpp105 CXFA_Node* pParentNode = pNode->GetContainerParent(); in IncrementLayout()
Dcxfa_layoutpagemgr.cpp246 pTestScript, pTestScript->GetContainerParent()); in RunBreakTestScript()
817 CXFA_Node* pFormNode = pCurNode->GetContainerParent(); in ExecuteBreakBeforeOrAfter()
844 CXFA_Node* pParentNode = pFormNode->GetContainerParent(); in ExecuteBreakBeforeOrAfter()
887 CXFA_Node* pFormNode = pBreakNode->GetContainerParent(); in ProcessBreakBeforeOrAfter()
893 pFormNode = pFormNode->GetContainerParent(); in ProcessBreakBeforeOrAfter()
922 CXFA_Node* pFormNode = pBookendNode->GetContainerParent(); in ProcessBookendLeaderOrTrailer()
945 pOverflowNode->GetContainerParent()->GetTemplateNodeIfExists(); in BreakOverflow()
1077 pBookendNode->GetContainerParent()->GetTemplateNodeIfExists(); in ResolveBookendLeaderOrTrailer()
Dcxfa_node.h182 CXFA_Node* GetContainerParent() const;
Dcxfa_node.cpp309 CXFA_Node* CXFA_Node::GetContainerParent() const { in GetContainerParent() function in CXFA_Node
1598 for (auto* pNode = this; pNode; pNode = pNode->GetContainerParent()) { in IsOpenAccess()