Home
last modified time | relevance | path

Searched refs:FXJSE_Value_GetObjectProp (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp273 FXJSE_Value_GetObjectProp(argValue, "length", lengthValue); in Avg()
297 FXJSE_Value_GetObjectProp(jsObjectValue, propertyStr, in Avg()
358 FXJSE_Value_GetObjectProp(argValue, "length", lengthValue); in Count()
380 FXJSE_Value_GetObjectProp(jsObjectValue, propertyStr, in Count()
442 FXJSE_Value_GetObjectProp(argValue, "length", lengthValue); in Max()
472 FXJSE_Value_GetObjectProp(jsObjectValue, propertyStr, in Max()
545 FXJSE_Value_GetObjectProp(argValue, "length", lengthValue); in Min()
575 FXJSE_Value_GetObjectProp(jsObjectValue, propertyStr, in Min()
647 FXJSE_Value_GetObjectProp(argOne, "length", lengthValue); in Mod()
661 FXJSE_Value_GetObjectProp(jsObjectValue, propertyStr, in Mod()
[all …]
/external/pdfium/xfa/include/fxjse/
Dfxjse.h135 FX_BOOL FXJSE_Value_GetObjectProp(FXJSE_HVALUE hValue,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp118 if (FXJSE_Value_GetObjectProp(hObject, bsKey, hProp)) { in RunScript()
534 FXJSE_Value_GetObjectProp(hObject, szPropName, hVariableValue); in QueryVariableHValue()
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp151 FX_BOOL FXJSE_Value_GetObjectProp(FXJSE_HVALUE hValue, in FXJSE_Value_GetObjectProp() function