Home
last modified time | relevance | path

Searched refs:GlobalPropertyGetter (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jsapi.cpp49 pContext->GlobalPropertyGetter(hValue); in XFA_FM2JS_GlobalPropertyGetter()
Dxfa_fm2jscontext.h436 void GlobalPropertyGetter(FXJSE_HVALUE hValue);
Dxfa_fm2jscontext.cpp7185 void CXFA_FM2JSContext::GlobalPropertyGetter(FXJSE_HVALUE hValue) { in GlobalPropertyGetter() function in CXFA_FM2JSContext
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.h64 static void GlobalPropertyGetter(FXJSE_HOBJECT hObject,
Dxfa_script_imp.cpp198 void CXFA_ScriptContext::GlobalPropertyGetter(FXJSE_HOBJECT hObject, in GlobalPropertyGetter() function in CXFA_ScriptContext
428 m_JsGlobalClass.dynPropGetter = CXFA_ScriptContext::GlobalPropertyGetter; in DefineJsContext()
452 CXFA_ScriptContext::GlobalPropertyGetter; in CreateVariablesContext()