Home
last modified time | relevance | path

Searched refs:GetVariablesThis (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp182 CXFA_Object* lpCurNode = lpScriptContext->GetVariablesThis(lpOrginalNode); in GlobalPropertySetter()
236 CXFA_Object* lpCurNode = lpScriptContext->GetVariablesThis(pOriginalObject); in GlobalPropertyGetter()
270 lpScriptContext->GetVariablesThis(pOriginalObject, true); in GlobalPropertyGetter()
294 CXFA_Object* pObject = lpScriptContext->GetVariablesThis(pOriginalObject); in NormalPropertyGetter()
319 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertyGetter()
337 CXFA_Object* pObject = lpScriptContext->GetVariablesThis(pOriginalObject); in NormalPropertySetter()
370 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertySetter()
387 pObject = lpScriptContext->GetVariablesThis(pObject); in NormalPropTypeGetter()
409 pObject = lpScriptContext->GetVariablesThis(pObject); in GlobalPropTypeGetter()
426 pObject = lpScriptContext->GetVariablesThis(pObject); in NormalMethodCall()
[all …]
Dcxfa_scriptcontext.h91 CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode = false);