HomeSort by relevance Sort by last modified time
    Searched refs:FXJSE_HOBJECT (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h 11 static void Abs(FXJSE_HOBJECT hThis,
14 static void Avg(FXJSE_HOBJECT hThis,
17 static void Ceil(FXJSE_HOBJECT hThis,
20 static void Count(FXJSE_HOBJECT hThis,
23 static void Floor(FXJSE_HOBJECT hThis,
26 static void Max(FXJSE_HOBJECT hThis,
29 static void Min(FXJSE_HOBJECT hThis,
32 static void Mod(FXJSE_HOBJECT hThis,
35 static void Round(FXJSE_HOBJECT hThis,
38 static void Sum(FXJSE_HOBJECT hThis,
    [all...]
xfa_fm2jscontext.cpp 233 void CXFA_FM2JSContext::Abs(FXJSE_HOBJECT hThis,
255 void CXFA_FM2JSContext::Avg(FXJSE_HOBJECT hThis,
323 void CXFA_FM2JSContext::Ceil(FXJSE_HOBJECT hThis,
342 void CXFA_FM2JSContext::Count(FXJSE_HOBJECT hThis,
406 void CXFA_FM2JSContext::Floor(FXJSE_HOBJECT hThis,
425 void CXFA_FM2JSContext::Max(FXJSE_HOBJECT hThis,
528 void CXFA_FM2JSContext::Min(FXJSE_HOBJECT hThis,
631 void CXFA_FM2JSContext::Mod(FXJSE_HOBJECT hThis,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.h 64 static void GlobalPropertyGetter(FXJSE_HOBJECT hObject,
67 static void GlobalPropertySetter(FXJSE_HOBJECT hObject,
70 static void NormalPropertyGetter(FXJSE_HOBJECT hObject,
73 static void NormalPropertySetter(FXJSE_HOBJECT hObject,
76 static void NormalMethodCall(FXJSE_HOBJECT hThis,
79 static int32_t NormalPropTypeGetter(FXJSE_HOBJECT hObject,
82 static int32_t GlobalPropTypeGetter(FXJSE_HOBJECT hObject,
xfa_script_imp.cpp 140 void CXFA_ScriptContext::GlobalPropertySetter(FXJSE_HOBJECT hObject,
198 void CXFA_ScriptContext::GlobalPropertyGetter(FXJSE_HOBJECT hObject,
257 void CXFA_ScriptContext::NormalPropertyGetter(FXJSE_HOBJECT hObject,
304 void CXFA_ScriptContext::NormalPropertySetter(FXJSE_HOBJECT hObject,
356 FXJSE_HOBJECT hObject,
378 FXJSE_HOBJECT hObject,
396 void CXFA_ScriptContext::NormalMethodCall(FXJSE_HOBJECT hThis,
    [all...]
  /external/pdfium/xfa/include/fxjse/
fxjse.h 21 typedef struct FXJSE_HOBJECT_ : public FXJSE_HVALUE_{} * FXJSE_HOBJECT;
53 typedef void (*FXJSE_FuncCallback)(FXJSE_HOBJECT hThis,
56 typedef void (*FXJSE_PropAccessor)(FXJSE_HOBJECT hObject,
59 typedef int32_t (*FXJSE_PropTypeGetter)(FXJSE_HOBJECT hObject,
62 typedef FX_BOOL (*FXJSE_PropDeleter)(FXJSE_HOBJECT hObject,
  /external/pdfium/xfa/src/fxjse/src/
dynprop.cpp 25 lpClass->dynMethodCall(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
37 FXJSE_HOBJECT hObject,
72 FXJSE_HOBJECT hObject,
87 FXJSE_HOBJECT hObject,
97 FXJSE_HOBJECT hObject,
127 lpClass, reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), szFxPropName,
150 lpClass, reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), szFxPropName,
248 lpClass, reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), szFxPropName,
272 lpClass, reinterpret_cast<FXJSE_HOBJECT>(lpThisValue), szFxPropName)
295 reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
    [all...]
class.cpp 68 lpFunctionInfo->callbackProc(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
91 lpClassDefinition->constructor(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
114 lpPropertyInfo->getProc(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),
137 lpPropertyInfo->setProc(reinterpret_cast<FXJSE_HOBJECT>(lpThisValue),

Completed in 864 milliseconds