Home
last modified time | relevance | path

Searched refs:pThisObject (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp147 CXFA_Object* pThisObject) { in RunScript() argument
169 m_pThisObject = pThisObject; in RunScript()
170 CFXJSE_Value* pValue = pThisObject ? GetJSValueFromMap(pThisObject) : nullptr; in RunScript()
495 CXFA_Node* pThisObject = pParent->GetNodeItem(XFA_NODEITEM_Parent); in RunVariablesScript() local
497 CreateVariablesContext(pScriptNode, pThisObject); in RunVariablesScript()
499 m_pThisObject = pThisObject; in RunVariablesScript()
Dcxfa_scriptcontext.h35 CXFA_Object* pThisObject = nullptr);
/external/pdfium/xfa/fxfa/
Dxfa_ffdochandler.h26 CFXJSE_Value* pThisObject);