Searched refs:GetContainerParent (Results 1 – 5 of 5) sorted by relevance
22 return pTemplateNode->GetContainerParent(); in GetParent()
105 CXFA_Node* pParentNode = pNode->GetContainerParent(); in IncrementLayout()
246 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()
182 CXFA_Node* GetContainerParent() const;
309 CXFA_Node* CXFA_Node::GetContainerParent() const { in GetContainerParent() function in CXFA_Node1598 for (auto* pNode = this; pNode; pNode = pNode->GetContainerParent()) { in IsOpenAccess()