Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp88 CXFA_Object* pThisObject) { in RunScript() argument
133 m_pThisObject = pThisObject; in RunScript()
134 FXJSE_HVALUE pValue = pThisObject ? GetJSValueFromMap(pThisObject) : NULL; in RunScript()
500 CXFA_Node* pThisObject = pParent->GetNodeItem(XFA_NODEITEM_Parent); in RunVariablesScript() local
502 CreateVariablesContext(pScriptNode, pThisObject); in RunVariablesScript()
504 m_pThisObject = pThisObject; in RunVariablesScript()
Dxfa_script_imp.h26 CXFA_Object* pThisObject = NULL);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_script.h85 CXFA_Object* pThisObject = NULL) = 0;
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2410 CXFA_Object* pThisObject = pDoc->GetScriptContext()->GetThisObject(); in GetLocalTimeFormat() local
2411 FXSYS_assert(pThisObject->IsNode()); in GetLocalTimeFormat()
2412 CXFA_Node* pThisNode = (CXFA_Node*)pThisObject; in GetLocalTimeFormat()