Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp432 m_JsGlobalClass.dynMethodCall = CXFA_ScriptContext::NormalMethodCall; in DefineJsContext()
458 m_JsGlobalVariablesClass.dynMethodCall = in CreateVariablesContext()
589 m_JsNormalClass.dynMethodCall = CXFA_ScriptContext::NormalMethodCall; in DefineJsClass()
/external/pdfium/xfa/include/fxjse/
Dfxjse.h94 FXJSE_FuncCallback dynMethodCall; member
/external/pdfium/xfa/src/fxjse/src/
Ddynprop.cpp25 lpClass->dynMethodCall(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), in FXJSE_DynPropGetterAdapter_MethodCallback()
50 if (lpClass->dynMethodCall && hValue) { in FXJSE_DynPropGetterAdapter()