Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fxjse/
Dfxjse.h67 } FXJSE_FUNCTION; typedef
71 const FXJSE_FUNCTION* lpFunctions,
87 FXJSE_FUNCTION* methods;
/external/pdfium/xfa/src/fxjse/src/
Dclass.cpp26 const FXJSE_FUNCTION* lpFunctions, in FXJSE_DefineFunctions()
40 const_cast<FXJSE_FUNCTION*>(lpFunctions + i))), in FXJSE_DefineFunctions()
58 const FXJSE_FUNCTION* lpFunctionInfo = in FXJSE_V8FunctionCallback_Wrapper()
59 static_cast<FXJSE_FUNCTION*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8FunctionCallback_Wrapper()
277 v8::External::New(pIsolate, const_cast<FXJSE_FUNCTION*>( in Create()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp7060 static FXJSE_FUNCTION formcalc_fm2js_functions[] = {