Searched refs:pDataScope (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 370 CXFA_Node* ScopeMatchGlobalBinding(CXFA_Node* pDataScope, in ScopeMatchGlobalBinding() argument 374 for (CXFA_Node *pCurDataScope = pDataScope, *pLastDataScope = nullptr; in ScopeMatchGlobalBinding() 408 CXFA_Node* pDataScope, in FindGlobalDataNode() argument 417 ScopeMatchGlobalBinding(pDataScope, dwNameHash, eMatchNodeType, true); in FindGlobalDataNode() 426 CXFA_Node* pDataScope, in FindOnceDataNode() argument 433 for (CXFA_Node* pCurDataScope = pDataScope; in FindOnceDataNode() 453 CXFA_Node* pDataScope, in FindDataRefDataNode() argument 463 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs, dFlags, in FindDataRefDataNode() 543 CXFA_Node* pDataScope, in FindMatchingDataNode() argument 609 pDataScope, eMatchNodeType); in FindMatchingDataNode() [all …]
|
D | cxfa_layoutpagemgr.cpp | 874 CXFA_Node* pDataScope = nullptr; in ProcessBreakBeforeOrAfter() local 878 if (!pDataScope) in ProcessBreakBeforeOrAfter() 879 pDataScope = XFA_DataMerge_FindDataScope(pFormNode); in ProcessBreakBeforeOrAfter() 882 pLeaderTemplate, pFormNode, pDataScope, true, true, true); in ProcessBreakBeforeOrAfter() 887 if (!pDataScope) in ProcessBreakBeforeOrAfter() 888 pDataScope = XFA_DataMerge_FindDataScope(pFormNode); in ProcessBreakBeforeOrAfter() 891 pTrailerTemplate, pFormNode, pDataScope, true, true, true); in ProcessBreakBeforeOrAfter() 909 CXFA_Node* pDataScope = nullptr; in ProcessBookendLeaderOrTrailer() local 911 if (!pDataScope) in ProcessBookendLeaderOrTrailer() 912 pDataScope = XFA_DataMerge_FindDataScope(pFormNode); in ProcessBookendLeaderOrTrailer() [all …]
|
D | cxfa_document.h | 98 CXFA_Node* pDataScope,
|
D | cxfa_node.cpp | 327 CXFA_Node* pDataScope = nullptr; in CreateInstance() local 331 pDataScope = pRootBoundNode->GetBindData(); in CreateInstance() 332 if (pDataScope) in CreateInstance() 335 if (!pDataScope) { in CreateInstance() 336 pDataScope = ToNode(pDocument->GetXFAObject(XFA_HASHCODE_Record)); in CreateInstance() 337 ASSERT(pDataScope); in CreateInstance() 340 pTemplateNode, pFormParent, pDataScope, true, bDataMerge, true); in CreateInstance()
|