Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_datamerger_imp.cpp358 CXFA_Node* pDataScope, in XFA_DataMerge_ScopeMatchGlobalBinding() argument
362 for (CXFA_Node *pCurDataScope = pDataScope, *pLastDataScope = NULL; in XFA_DataMerge_ScopeMatchGlobalBinding()
396 CXFA_Node* pDataScope, in XFA_DataMerge_FindGlobalDataNode() argument
404 pBounded = XFA_DataMerge_ScopeMatchGlobalBinding(pDataScope, dwNameHash, in XFA_DataMerge_FindGlobalDataNode()
416 CXFA_Node* pDataScope, in XFA_DataMerge_FindOnceDataNode() argument
422 for (CXFA_Node *pCurDataScope = pDataScope, *pLastDataScope = NULL; in XFA_DataMerge_FindOnceDataNode()
446 CXFA_Node* pDataScope, in XFA_DataMerge_FindDataRefDataNode() argument
456 pDocument->GetScriptContext()->ResolveObjects(pDataScope, wsRef, rs, dFlags, in XFA_DataMerge_FindDataRefDataNode()
607 CXFA_Node* pDataScope, in XFA_DataMerge_FindMatchingDataNode() argument
671 pDataScope, eMatchNodeType); in XFA_DataMerge_FindMatchingDataNode()
[all …]
Dxfa_layout_pagemgr_new.cpp763 CXFA_Node* pDataScope = NULL; in ProcessBreakBeforeOrAfter() local
767 if (!pDataScope) { in ProcessBreakBeforeOrAfter()
768 pDataScope = XFA_DataMerge_FindDataScope(pFormNode); in ProcessBreakBeforeOrAfter()
771 pLeaderTemplate, pFormNode, pDataScope, TRUE); in ProcessBreakBeforeOrAfter()
776 if (!pDataScope) { in ProcessBreakBeforeOrAfter()
777 pDataScope = XFA_DataMerge_FindDataScope(pFormNode); in ProcessBreakBeforeOrAfter()
780 pTrailerTemplate, pFormNode, pDataScope, TRUE); in ProcessBreakBeforeOrAfter()
797 CXFA_Node* pDataScope = NULL; in ProcessBookendLeaderOrTrailer() local
799 if (!pDataScope) { in ProcessBookendLeaderOrTrailer()
800 pDataScope = XFA_DataMerge_FindDataScope(pFormNode); in ProcessBookendLeaderOrTrailer()
[all …]
Dxfa_object_imp.cpp3102 CXFA_Node* pDataScope = NULL; in XFA_ScriptInstanceManager_CreateInstance() local
3107 pDataScope = pRootBoundNode->GetBindData(); in XFA_ScriptInstanceManager_CreateInstance()
3108 if (pDataScope) { in XFA_ScriptInstanceManager_CreateInstance()
3112 if (!pDataScope) { in XFA_ScriptInstanceManager_CreateInstance()
3113 pDataScope = (CXFA_Node*)pDocument->GetXFANode(XFA_HASHCODE_Record); in XFA_ScriptInstanceManager_CreateInstance()
3114 ASSERT(pDataScope); in XFA_ScriptInstanceManager_CreateInstance()
3117 pTemplateNode, pFormParent, pDataScope, TRUE, bDataMerge); in XFA_ScriptInstanceManager_CreateInstance()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h164 CXFA_Node* pDataScope,