Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp448 CXFA_Node* pScriptNode, in CreateVariablesContext() argument
450 if (!pScriptNode || !pSubform) in CreateVariablesContext()
455 new CXFA_ThisProxy(pSubform, pScriptNode)); in CreateVariablesContext()
458 m_mapVariableToContext[pScriptNode] = pVariablesContext; in CreateVariablesContext()
470 bool CXFA_ScriptContext::RunVariablesScript(CXFA_Node* pScriptNode) { in RunVariablesScript() argument
471 if (!pScriptNode) in RunVariablesScript()
474 if (pScriptNode->GetElementType() != XFA_Element::Script) in RunVariablesScript()
477 CXFA_Node* pParent = pScriptNode->GetNodeItem(XFA_NODEITEM_Parent); in RunVariablesScript()
481 auto it = m_mapVariableToContext.find(pScriptNode); in RunVariablesScript()
485 CXFA_Node* pTextNode = pScriptNode->GetNodeItem(XFA_NODEITEM_FirstChild); in RunVariablesScript()
[all …]
Dcxfa_thisproxy.cpp9 CXFA_ThisProxy::CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode) in CXFA_ThisProxy() argument
17 m_pScriptNode = pScriptNode; in CXFA_ThisProxy()
Dcxfa_scriptcontext.h63 bool QueryVariableValue(CXFA_Node* pScriptNode,
90 bool RunVariablesScript(CXFA_Node* pScriptNode);
101 CFXJSE_Context* CreateVariablesContext(CXFA_Node* pScriptNode,
Dxfa_object.h697 CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode);