Searched refs:hThis (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | 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 …]
|
D | xfa_fm2jscontext.cpp | 233 void CXFA_FM2JSContext::Abs(FXJSE_HOBJECT hThis, in Abs() argument 238 if (HValueIsNull(hThis, argOne)) { in Abs() 241 FX_DOUBLE dValue = HValueToDouble(hThis, argOne); in Abs() 250 (CXFA_FM2JSContext*)FXJSE_Value_ToObject(hThis, NULL); in Abs() 255 void CXFA_FM2JSContext::Avg(FXJSE_HOBJECT hThis, in Avg() argument 259 (CXFA_FM2JSContext*)FXJSE_Value_ToObject(hThis, NULL); in Avg() 286 dSum += HValueToDouble(hThis, defaultPropValue); in Avg() 300 dSum += HValueToDouble(hThis, newPropertyValue); in Avg() 310 dSum += HValueToDouble(hThis, argValue); in Avg() 323 void CXFA_FM2JSContext::Ceil(FXJSE_HOBJECT hThis, in Ceil() argument [all …]
|
/external/pdfium/xfa/include/fxjse/ |
D | fxjse.h | 53 typedef void (*FXJSE_FuncCallback)(FXJSE_HOBJECT hThis, 156 FXJSE_HVALUE hThis,
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_imp.h | 76 static void NormalMethodCall(FXJSE_HOBJECT hThis,
|
D | xfa_script_imp.cpp | 396 void CXFA_ScriptContext::NormalMethodCall(FXJSE_HOBJECT hThis, in NormalMethodCall() argument 399 CXFA_Object* pObject = (CXFA_Object*)FXJSE_Value_ToObject(hThis, NULL); in NormalMethodCall()
|
/external/pdfium/xfa/src/fxjse/src/ |
D | value.cpp | 214 FXJSE_HVALUE hThis, in FXJSE_Value_CallFunction() argument 219 CFXJSE_Value* lpThis = reinterpret_cast<CFXJSE_Value*>(hThis); in FXJSE_Value_CallFunction()
|